Skip to content

Commit

Permalink
API: update test in response to qiime2#800 fix (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcaporaso authored Sep 19, 2024
1 parent 0982c4a commit 08bae72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions q2_types/multiplexed_sequences/tests/test_transformers.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,7 @@ def test_emp_se_multiplexed_format_barcode_sequence_iterator(self):
'CD<CDCA>A@A>:<?B@?<((2(>?'))

def test_invalid(self):
dirname = 'bad'
dirpath = self.get_data_path(dirname)
dirpath = '/'.join([self.get_data_path('.'), 'bad'])
transformer = self.get_transformer(EMPSingleEndDirFmt,
BarcodeSequenceFastqIterator)
with self.assertRaises(ValidationError):
Expand Down

0 comments on commit 08bae72

Please sign in to comment.