mirror of
https://github.com/django/django.git
synced 2025-07-03 09:19:16 +00:00
Remove reference to removed method
This commit is contained in:
parent
358e0f4bf5
commit
a6153630ad
@ -58,7 +58,6 @@ class JSONNormalizeTestCase(SimpleTestCase):
|
||||
def test_encode_error(self):
|
||||
for example in [self, any, datetime.datetime.now()]:
|
||||
with self.subTest(example):
|
||||
self.assertFalse(utils.is_json_serializable(example))
|
||||
self.assertRaises(TypeError, utils.json_normalize, example)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user