Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Mar 12, 2022
1 parent d9f3ecf commit d3f6146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cmd_signature_fileinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_fileinfo_1_sig_summarize(runtmp):

def test_fileinfo_1_sig_abund(runtmp):
# get basic info on a signature with abundance
sig47 = utils.get_test_data('track-abund/47.fa.sig')
sig47 = utils.get_test_data('track_abund/47.fa.sig')

shutil.copyfile(sig47, runtmp.output('sig47.sig'))
runtmp.run_sourmash('sig', 'fileinfo', 'sig47.sig')
Expand Down

0 comments on commit d3f6146

Please sign in to comment.