Skip to content

Commit 4efe1a4

Browse files
authored
Update test_asserts.py
1 parent 8f086dc commit 4efe1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_asserts.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_fixture_assert(self, django_testcase: django.test.TestCase) -> None:
9494

9595
class TestInternalDjangoAssert:
9696
def test_fixture_assert(self, django_testcase: django.test.TestCase) -> None:
97-
assert django_test != self
97+
assert django_testcase != self
9898
django_testcase.assertEqual("a", "a") # noqa: PT009
9999
assert not hasattr(self, "assertEqual")
100100

0 commit comments

Comments
 (0)