Skip to content

Commit

Permalink
Use .db extension for test DBs
Browse files Browse the repository at this point in the history
  • Loading branch information
abdnh committed Feb 10, 2024
1 parent 2d4402e commit fac5651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/test_ankiapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def simple_importer(mw: AnkiQt) -> AnkiAppImporter:
ImportedPathType,
)

paths = [ImportedPathInfo(DATA_DIR / "simple", ImportedPathType.DB_PATH)]
paths = [ImportedPathInfo(DATA_DIR / "simple.db", ImportedPathType.DB_PATH)]
return AnkiAppImporter(mw, paths)


Expand Down

0 comments on commit fac5651

Please sign in to comment.