Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMadBug committed Sep 13, 2023
1 parent 23a2470 commit 8a5f15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion annotation/tests/test_clinvar_xml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 8a5f15b

Please sign in to comment.