We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b02754 commit 827885eCopy full SHA for 827885e
tests/test_core.py
@@ -1044,7 +1044,7 @@ def test_write_blocks(azure):
1044
assert f.tell() == 9
1045
assert azure.du(a)[a] == 9
1046
1047
-@pytest.mark.skipif(not symlinktestsdisabled, reason="Zero byte append succeeds in Xstore, so this test won't rest expected exception.")
+@pytest.mark.skipif(not symlinktestsdisabled, reason="Zero byte append succeeds in Xstore, so this test won't raise expected exception.")
1048
@my_vcr.use_cassette
1049
def test_skip_existing_block(azure):
1050
with azure.open(a, mode='wb') as f:
0 commit comments