Skip to content

Commit

Permalink
fixup! add missing test; refactor some paths
Browse files Browse the repository at this point in the history
  • Loading branch information
misialq committed Jul 16, 2024
1 parent cd55f94 commit 83a6e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_types/genome_data/tests/test_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def test_loci_dirfmt_with_suffix(self):

fmt.validate()

def test_genome_sequences_dirfmt_with_suffix(self):
def test_genome_sequences_dirfmt(self):
dirpath = self.get_data_path('genome-sequences')
fmt = GenomeSequencesDirectoryFormat(dirpath, mode='r')

Expand Down

0 comments on commit 83a6e17

Please sign in to comment.