Update tests/test_utils_exceptions.py
Run CI Tests / test (push) Successful in 57s

This commit is contained in:
2025-07-31 16:09:13 +02:00
parent 1b009a8a81
commit fd268195cb
+1 -1
View File
@@ -73,7 +73,7 @@ def test_printed_exception(func, expected_output, capfd):
with printed_exception:
func()
print("Code continuing...")
print("Code continuing...")
out, err = capfd.readouterr()