Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Sep 26, 2018
1 parent f19d572 commit 28b49cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

HERE = os.path.abspath(os.path.dirname(__file__))
TEST_HIPPIE_URL = os.path.join(HERE, 'hippie_test.txt')
TEST_UNIPROT_URL = os.path.join(HERE, 'uniprot_test.txt')
TEST_UNIPROT_URL = os.path.join(HERE, 'uniprot_test.tsv')


class TemporaryCacheClassMixin(AbstractTemporaryCacheClassMixin):
Expand Down

0 comments on commit 28b49cb

Please sign in to comment.