Skip to content

Commit

Permalink
Corrected name of test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilburlewis committed Jan 18, 2025
1 parent 52c6b85 commit a0d05ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
echo Starting utilities libs_tests tests at `date`
coverage run -a -m pyspedas.utilities.tests.libs_tests
echo Starting utilities S3 tests at `date`
coverage run -a -m pyspedas.utilities.tests.load_uri_tests
coverage run -a -m pyspedas.utilities.tests.download_uri_tests
echo Starting cotrans tests at `date`
coverage run -a -m pyspedas.cotrans_tools.tests.cotrans
echo Starting cotrans minvar tests at `date`
Expand Down

0 comments on commit a0d05ce

Please sign in to comment.