Skip to content

Commit

Permalink
Update test_feature_indexing.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Feb 16, 2023
1 parent ceeed4b commit b79d5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_feature_indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def remove_index():

def test_version_issue_206():
import pyfaidx
assert isinstance(pyfaidx.__version__, string)
assert isinstance(pyfaidx.__version__, str)

def test_build(remove_index):
expect_index = ("gi|563317589|dbj|AB821309.1| 3510 114 70 71\n"
Expand Down

0 comments on commit b79d5f4

Please sign in to comment.