Skip to content

Commit

Permalink
TEST: fixes test failure due to updated GH runner log formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lizgehret committed Oct 8, 2024
1 parent 58a0ef6 commit e8c8202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rescript/tests/test_ncbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def test_ncbi_fails(self):
'k__Fungi; p__Basidiomycota; c__Agaricomycetes; '
'o__Boletales; f__Boletaceae; g__Boletus; s__edulis'
)
self.assertTrue('Retrying' in log.output[0])
self.assertTrue('Retrying' in '\n'.join(log.output[:3]))

def test_get_ncbi_dirty_tricks(self):
with self.assertLogs(level='WARNING') as log:
Expand Down

0 comments on commit e8c8202

Please sign in to comment.