Skip to content

Commit d8a0010

Browse files
committed
fix test
1 parent 5661a71 commit d8a0010

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ def test_read(self):
5050
# Use temporary file for testing
5151
with tempfile.TemporaryDirectory() as tempdir:
5252
# Read from unexisting file
53+
write(self.test_data, self.test_user_id)
5354
read_data, read_code = read(self.test_user_id)
5455

5556
# Test not found data and code

0 commit comments

Comments
 (0)