Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimds committed Feb 3, 2025
1 parent c35090c commit 2e2c1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hub/tests/test_import_areas.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_import(self, mapit_geom, mapit_areas):

call_command("import_areas", quiet=self.quiet_parameter)

areas = Area.objects.all()
areas = Area.objects.order_by("gss").all()
self.assertEqual(areas.count(), 2)

first = areas[0]
Expand Down

0 comments on commit 2e2c1e7

Please sign in to comment.