Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Feb 16, 2024
1 parent c755de8 commit f273f28
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions onadata/apps/api/tests/viewsets/test_xform_viewset.py
Original file line number Diff line number Diff line change
Expand Up @@ -2524,8 +2524,6 @@ def test_xform_serializer_none(self):
"has_hxl_support": False,
"hash": "",
"is_instance_json_regenerated": False,
"contributes_entities_to": None,
"consumes_entities_from": [],
}
self.assertEqual(data, XFormSerializer(None).data)

Expand Down

0 comments on commit f273f28

Please sign in to comment.