mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
use unittest assert
This commit is contained in:
parent
8cda3fa15e
commit
33151f04ba
1 changed files with 1 additions and 1 deletions
|
|
@ -2175,7 +2175,7 @@ class TestRelatedDiffs(TestCase):
|
|||
|
||||
get_field_value(mock_obj, mock_field)
|
||||
|
||||
assert "rel_class" == mock_field.method_calls[0]
|
||||
self.assertEqual("rel_class", mock_field.method_calls[0])
|
||||
|
||||
|
||||
class TestModelSerialization(TestCase):
|
||||
|
|
|
|||
Loading…
Reference in a new issue