Skip to content

Commit 0aecbc2

Browse files
committed
Fix format.
1 parent f309aa6 commit 0aecbc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/example-pytest-selfie/tests/simple_ondisk_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from selfie_lib.Selfie import expect_selfie
22

3+
34
def test_write():
45
expect_selfie("A").to_match_disk()
56

7+
68
def test_read():
79
expect_selfie("B").to_match_disk_TODO()
8-

0 commit comments

Comments
 (0)