From 11c2c8315b49076709ab9bd46cdda90e549ab690 Mon Sep 17 00:00:00 2001 From: Anne Haley Date: Fri, 2 Aug 2024 19:11:41 +0000 Subject: [PATCH] test: adjust expected number of contexts in populate test --- uvdat/core/tests/test_populate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uvdat/core/tests/test_populate.py b/uvdat/core/tests/test_populate.py index 55d79bd0..22021ea1 100644 --- a/uvdat/core/tests/test_populate.py +++ b/uvdat/core/tests/test_populate.py @@ -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