Skip to content

Commit

Permalink
[CI] Fix: explicit db path
Browse files Browse the repository at this point in the history
  • Loading branch information
klieret committed May 3, 2019
1 parent 1c16f74 commit abbb1d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ankipandas/test/test_ankidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def setUp(self):
"few_basic_cards" / "collection.anki2"

def test_help(self):
notes = AnkiDF.notes()
notes = AnkiDF.notes(self.db_path)
hlp = notes.help()
self.assertTrue(
["notes" in tables for tables in hlp["Tables"].values]
Expand Down

0 comments on commit abbb1d8

Please sign in to comment.