mirror of
https://github.com/django/django.git
synced 2025-10-30 17:16:10 +00:00
committed by
Tim Graham
parent
888c1e9bfe
commit
d1bab24e01
@@ -69,7 +69,7 @@ class TestSigner(SimpleTestCase):
|
||||
"dumps and loads be reversible for any JSON serializable object"
|
||||
objects = [
|
||||
['a', 'list'],
|
||||
'a unicode string \u2019',
|
||||
'a string \u2019',
|
||||
{'a': 'dictionary'},
|
||||
]
|
||||
for o in objects:
|
||||
|
||||
Reference in New Issue
Block a user