From c82074ce67b0fb5ea8822d816825023b4b1e1f49 Mon Sep 17 00:00:00 2001 From: "satya.adda" Date: Fri, 29 Sep 2023 03:40:44 -0400 Subject: [PATCH] fix issue with models import --- src/taxon_search/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taxon_search/tests.py b/src/taxon_search/tests.py index 4de7493..fb25906 100644 --- a/src/taxon_search/tests.py +++ b/src/taxon_search/tests.py @@ -1,7 +1,7 @@ from django.test import Client, TestCase from django.utils import timezone -from .models import NCBITaxaNode, NCBITaxaName +from .models import * # Create your tests here.