Skip to content

Commit 8f086dc

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

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_asserts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +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
9798
django_testcase.assertEqual("a", "a") # noqa: PT009
9899
assert not hasattr(self, "assertEqual")
99100

0 commit comments

Comments
 (0)