Skip to content

Commit

Permalink
fix: undo change to expected number of contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Aug 2, 2024
1 parent f407499 commit 07483b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uvdat/core/tests/test_populate.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def test_populate():
)

assert Chart.objects.all().count() == 1
assert Context.objects.all().count() == 2
assert Context.objects.all().count() == 3
assert Dataset.objects.all().count() == 4
assert DerivedRegion.objects.all().count() == 0
assert FileItem.objects.all().count() == 7
Expand Down

0 comments on commit 07483b8

Please sign in to comment.