Skip to content

Commit

Permalink
Update item schema test
Browse files Browse the repository at this point in the history
We no longer track the version here
  • Loading branch information
michaelglenister committed Aug 15, 2024
1 parent dcc9c82 commit c3bd45b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion municipal_finance/tests/test_item_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ def test_schema_codes(self):

item_code = CflowItemsV2.objects.get(code="1234")
self.assertEqual(item_code.code, "1234")
self.assertEqual(item_code.version.version, "1")

0 comments on commit c3bd45b

Please sign in to comment.