Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalmhjn committed Oct 18, 2023
1 parent 8cca2c4 commit b416317
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ lint:
format:
black *.py

test: python scopuscaller/test_call_scopus.py
test:
python scopuscaller/test_call_scopus.py
2 changes: 1 addition & 1 deletion scopuscaller/test_call_scopus.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import unittest
import scopuscaller.call_scopus as sc
import call_scopus as sc

API_KEY = os.environ["API_KEY"]

Expand Down

0 comments on commit b416317

Please sign in to comment.