Skip to content

Commit

Permalink
fixed create_ariba_db unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
eppinglen committed Feb 27, 2020
1 parent b64a154 commit 0ba32c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions seroba/tests/ref_db_creator_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ def test__create_ariba_db(self):

for i in range(len(db_files)):
with self.subTest (i= i):
exp = os.path.join(data_dir,'ariba_db',db_files[i])

exp = os.path.join(out_dir,'ariba_db','06A','ref',db_files[i])
print(exp)
self.assertTrue(os.path.isfile(exp) , 'files does not exists')
shutil.rmtree(out_dir)

Expand Down

0 comments on commit 0ba32c1

Please sign in to comment.