Skip to content

Commit

Permalink
Merge pull request #227 from juliema/daisieh-patch-1
Browse files Browse the repository at this point in the history
Fix file name in test
  • Loading branch information
rafelafrance committed Sep 19, 2018
2 parents 72deecb + 535f42b commit d9ad34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_atram_preprocessor.py
Expand Up @@ -204,7 +204,7 @@ def test_create_one_blast_shard(self, fill_blast_fasta, create_db):

atram_preprocessor.create_one_blast_shard(self.args, shard_params, 11)

path = join(self.args['temp_dir'], 'pyt_011.fasta')
path = join(self.args['temp_dir'], 'pytest_011.fasta')

fill_blast_fasta.assert_called_once_with(
self.args['blast_db'], path, shard_params)
Expand Down

0 comments on commit d9ad34f

Please sign in to comment.