Skip to content

Commit

Permalink
🐛 Should finally fix SQLite tests on GH
Browse files Browse the repository at this point in the history
  • Loading branch information
trymzet committed Jul 8, 2021
1 parent 77d6b8c commit a97e010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/tasks/test_sqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from viadot.tasks.sqlite import Insert, SQLtoDF

TABLE = "test"
DB_PATH = "/home/viadot/tests/testfile_db.sqlite"
DB_PATH = "testfile.sqlite"
SQL_PATH_SELECT = "testfile_select.sql"
SQL_PATH_NOTSELECT = "testfile_notselect.sql"

Expand Down

0 comments on commit a97e010

Please sign in to comment.