We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b603d25 commit 24a8029Copy full SHA for 24a8029
python/example-pytest-selfie/tests/binary_test.py
@@ -31,7 +31,7 @@ def test_binary_file_duplicate_equal():
31
)
32
33
34
-def test_binary_file_duplicate_equal():
+def test_binary_file_duplicate_unequal():
35
"""Test writing same binary data to a file multiple times"""
36
with pytest.raises(Exception) as exc_info:
37
expect_selfie(b"a").to_be_file(
0 commit comments