Skip to content

Commit

Permalink
Remove tests with empty JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Oct 25, 2024
1 parent bcb1d3a commit 829c90e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions gramps/gen/lib/test/serialize_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ def test_from_json(self):
obj = from_json(data)
self.assertEqual(self.object.serialize(), obj.serialize())

def test_from_empty_json(self):
data = '{"_class": "%s"}' % self.cls.__name__
obj = from_json(data)
self.assertEqual(self.object.serialize(), obj.serialize())


class PersonCheck(unittest.TestCase, BaseCheck):
def setUp(self):
Expand Down

0 comments on commit 829c90e

Please sign in to comment.