Skip to content

Commit 827885e

Browse files
author
REDMOND\aygupta
committed
Spelling mistake
1 parent 8b02754 commit 827885e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ def test_write_blocks(azure):
10441044
assert f.tell() == 9
10451045
assert azure.du(a)[a] == 9
10461046

1047-
@pytest.mark.skipif(not symlinktestsdisabled, reason="Zero byte append succeeds in Xstore, so this test won't rest expected exception.")
1047+
@pytest.mark.skipif(not symlinktestsdisabled, reason="Zero byte append succeeds in Xstore, so this test won't raise expected exception.")
10481048
@my_vcr.use_cassette
10491049
def test_skip_existing_block(azure):
10501050
with azure.open(a, mode='wb') as f:

0 commit comments

Comments
 (0)