Skip to content

Commit 28b6074

Browse files
committed
precommit
1 parent e4d3c66 commit 28b6074

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_deprecator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def test_deprecated(capsys):
3131
expected_print_msg = "Testing deprecated function"
3232
with pytest.deprecated_call(match=dep_msg):
3333
oldFunction(expected_print_msg)
34-
3534
captured = capsys.readouterr()
3635
actual_print_msg = captured.out.strip()
3736
assert actual_print_msg == expected_print_msg

0 commit comments

Comments
 (0)