Skip to content

Commit

Permalink
test: adjust expected number of contexts in populate test
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley committed Aug 2, 2024
1 parent df98b5d commit 11c2c83
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 @@ -35,7 +35,7 @@ def test_populate():
)

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

0 comments on commit 11c2c83

Please sign in to comment.