diff options
| author | 2023-11-04 18:45:53 -0400 | |
|---|---|---|
| committer | 2023-11-04 18:45:53 -0400 | |
| commit | 2d551ed1207bad400777ed5abe62af837e58513b (patch) | |
| tree | 95a734b9f6cbce8805f70b7be54cb7b8375d860c /test/test_util.py | |
| parent | c71916e7b4a99224d2ec86053e44353fb3beb9b5 (diff) | |
| parent | 7997fa94c82f9a6db63421c0af433f325a8aa607 (diff) | |
Update upstream source from tag 'upstream/1.26.2'
Update to upstream version '1.26.2'
with Debian dir a590c1c7f7b4b2accb8e36e336d1538015d47d7d
Diffstat (limited to 'test/test_util.py')
| -rw-r--r-- | test/test_util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_util.py b/test/test_util.py index 0813a0b..780f475 100644 --- a/test/test_util.py +++ b/test/test_util.py @@ -750,6 +750,7 @@ def hash(value): self.assertIs(obj(), obj) self.assertIs(obj(1, "a"), obj) self.assertIs(obj(foo="bar"), obj) + self.assertEqual(util.json_dumps(obj), "null") i = 0 for _ in obj: |
