Skip to content

Commit

Permalink
Fix file test name. (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
everaldorodrigo authored Nov 1, 2024
1 parent 8f4fff6 commit 54e41ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
- name: Run pytest
run: |
source .venv/bin/activate
python -m pytest src/tests/data_tests biothings_client.py/tests/gene.py -s -vv
python -m pytest src/tests/data_tests biothings_client.py/tests/test_gene.py -s -vv

0 comments on commit 54e41ef

Please sign in to comment.