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")