diff --git a/test/test_files/sbol3_genbank_conversion/iGEM_BBF10K_000***.gb b/test/test_files/sbol3_genbank_conversion/iGEM_BBF10K_000475_modified.gb similarity index 100% rename from test/test_files/sbol3_genbank_conversion/iGEM_BBF10K_000***.gb rename to test/test_files/sbol3_genbank_conversion/iGEM_BBF10K_000475_modified.gb diff --git a/test/test_genbank_sbol3_direct.py b/test/test_genbank_sbol3_direct.py index a2cf3a26..58ef4e37 100644 --- a/test/test_genbank_sbol3_direct.py +++ b/test/test_genbank_sbol3_direct.py @@ -198,7 +198,7 @@ def test_round_trip_iGEM_BBF10K(self): BBF10K_000***.gb ; these files mostly follow standard GenBank formatting, and don't have misplaced information """ genbank_file = ( - Path(__file__).parent / "test_files" / "sbol3_genbank_conversion" / "iGEM_BBF10K_000***.gb" + Path(__file__).parent / "test_files" / "sbol3_genbank_conversion" / "iGEM_BBF10K_000475_modified.gb" ) self._test_round_trip_genbank(genbank_file)