Skip to content

Commit fc73c21

Browse files
committed
fix ruff lint
1 parent 43d488e commit fc73c21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/features/test_reproducibility.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,5 +183,5 @@ def test_comparator_main(
183183
received = capsys.readouterr().out
184184

185185
assert received == "/a/b/c.txt\n"
186-
assert pytest_exit.type == SystemExit
186+
assert pytest_exit.type is SystemExit
187187
assert pytest_exit.value.code == 1

0 commit comments

Comments
 (0)