Skip to content

Commit 24a8029

Browse files
committed
Another fix.
1 parent b603d25 commit 24a8029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_binary_file_duplicate_equal():
3131
)
3232

3333

34-
def test_binary_file_duplicate_equal():
34+
def test_binary_file_duplicate_unequal():
3535
"""Test writing same binary data to a file multiple times"""
3636
with pytest.raises(Exception) as exc_info:
3737
expect_selfie(b"a").to_be_file(

0 commit comments

Comments
 (0)