Skip to content

Commit 371ecfb

Browse files
authoredApr 9, 2025
Update test_asserts.py
1 parent 48a658e commit 371ecfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/test_asserts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def test_normal_assert(self) -> None:
110110
"""
111111
)
112112
result = django_pytester.runpytest_subprocess()
113-
result.assert_outcomes(failed=1, passed=1)
113+
result.assert_outcomes(errors=1, passed=1)
114114
assert "missing 1 required positional argument: 'django_testcase'" in result.stdout.str()
115115

116116

0 commit comments

Comments
 (0)
Failed to load comments.