Skip to content

Commit 4efe1a4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_asserts.py

Lines changed: 1 addition & 1 deletion
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)