Skip to content

Commit

Permalink
rename test input file
Browse files Browse the repository at this point in the history
  • Loading branch information
satta committed Jul 31, 2016
1 parent 32898e6 commit 72e978f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ariba/tests/assembly_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_run_fermilite(self):

def test_run_fermilite_fails(self):
'''test _run_fermilite when it fails'''
reads = os.path.join(data_dir, 'assembly_run_fermilite_fails.reads.fq')
reads = os.path.join(data_dir, 'assembly_run_fermilite_fail.reads.fq')
tmp_fa = 'tmp.test_run_fermilite_fails.fa'
tmp_log = 'tmp.test_run_fermilite_fails.log'
expected_log = os.path.join(data_dir, 'assembly_run_fermilite_fails.expected.log')
Expand Down

0 comments on commit 72e978f

Please sign in to comment.