Skip to content

Commit

Permalink
Merge pull request #214 from SynBioDex/fix-windows-filename
Browse files Browse the repository at this point in the history
Change filename with star to stop Windows failures
  • Loading branch information
jakebeal authored Oct 6, 2023
2 parents 9ea78b9 + e6185d4 commit ae3d852
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_genbank_sbol3_direct.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ae3d852

Please sign in to comment.