Skip to content

Commit 683ca4f

Browse files
committed
Fix typo
1 parent 103a78c commit 683ca4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/core/test_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2694,7 +2694,7 @@ def test_model_test_text_result_reporting_no_traceback(
26942694

26952695
output = captured_output.stdout
26962696

2697-
# Make sure that the traceback is not ed
2697+
# Make sure that the traceback is not printed
26982698
assert "Traceback" not in output
26992699
assert "File" not in output
27002700
assert "line" not in output

0 commit comments

Comments
 (0)