Skip to content

Commit 64fde6e

Browse files
committed
Fix tests
1 parent a571706 commit 64fde6e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/test_core.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,11 +1107,6 @@ def test_closed(azure):
11071107
f.close()
11081108
assert f.closed
11091109

1110-
with azure.open(a, "wb", blocksize=4) as f:
1111-
f.write(b'1234')
1112-
f.write(b'5678')
1113-
assert azure.cat(a) == '1234567'
1114-
11151110

11161111
@my_vcr.use_cassette
11171112
def test_TextIOWrapper(azure):

0 commit comments

Comments
 (0)