From 8a5f15b8f01a2edb6a1afd99e62a6e39e8607128 Mon Sep 17 00:00:00 2001 From: TheMadBug Date: Wed, 13 Sep 2023 14:49:31 +1000 Subject: [PATCH] Fix unit test --- annotation/tests/test_clinvar_xml_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotation/tests/test_clinvar_xml_parser.py b/annotation/tests/test_clinvar_xml_parser.py index 565cf033f..563039959 100644 --- a/annotation/tests/test_clinvar_xml_parser.py +++ b/annotation/tests/test_clinvar_xml_parser.py @@ -4,7 +4,7 @@ from django.conf import settings -from annotation.clinvar_xml_parser_all_records import ClinVarXmlParserViaRCVs +from annotation.clinvar_xml_parser_via_rcvs import ClinVarXmlParserViaRCVs from annotation.models import ClinVarRecord, ClinVarRecordCollection TEST_DATA_DIR = os.path.join(settings.BASE_DIR, "annotation/tests/test_data")