We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d488e commit fc73c21Copy full SHA for fc73c21
tests/features/test_reproducibility.py
@@ -183,5 +183,5 @@ def test_comparator_main(
183
received = capsys.readouterr().out
184
185
assert received == "/a/b/c.txt\n"
186
- assert pytest_exit.type == SystemExit
+ assert pytest_exit.type is SystemExit
187
assert pytest_exit.value.code == 1
0 commit comments