Skip to content

Commit

Permalink
Fixed unit test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditya Jaroli authored and Aditya Jaroli committed Jan 7, 2024
1 parent 7680988 commit 3096fcd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_execution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
pip install -r test-requirements.txt
- name: Run unit test cases
run: coverage run --source=pg_bulk_loader --module pytest --verbose && coverage report --show-missing
run: coverage run --source=src.pg_bulk_loader --module pytest --verbose && coverage report --show-missing
Empty file removed src/__init__.py
Empty file.

0 comments on commit 3096fcd

Please sign in to comment.