We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103a78c commit 683ca4fCopy full SHA for 683ca4f
1 file changed
tests/core/test_test.py
@@ -2694,7 +2694,7 @@ def test_model_test_text_result_reporting_no_traceback(
2694
2695
output = captured_output.stdout
2696
2697
- # Make sure that the traceback is not ed
+ # Make sure that the traceback is not printed
2698
assert "Traceback" not in output
2699
assert "File" not in output
2700
assert "line" not in output
0 commit comments