Skip to content

Commit

Permalink
bug fixes in import test
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Apr 19, 2023
1 parent 87117d3 commit fde3013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import pytest

# define the directories to test
directories = ['tallytrin', 'pysam', 'pandas']
directories = ['tallytrin']

# define the test function
@pytest.mark.parametrize('directory', directories)
Expand Down

0 comments on commit fde3013

Please sign in to comment.