Skip to content

Commit

Permalink
qa
Browse files Browse the repository at this point in the history
  • Loading branch information
malmans2 committed Jul 31, 2024
1 parent 7894a24 commit c9bb5a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_70_alembic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ def old_cache_db_urlpath(tmp_path: pathlib.Path) -> str:


def test_old_database(old_cache_db_urlpath: str) -> None:
old_db_path = pathlib.Path(__name__) / "data" / "old_cacholote.db"
cached_time = cache.cacheable(time.time)
with config.set(cache_db_urlpath=old_cache_db_urlpath):
actual = cached_time()
Expand Down

0 comments on commit c9bb5a6

Please sign in to comment.