Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robvoe committed Dec 21, 2022
1 parent ef31d0a commit c929724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_disk_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import pytest

from src.disk_cache.disk_cache import DiskCacheConfig, disk_cache, LazyList
from src.ez_disk_cache.disk_cache import DiskCacheConfig, disk_cache, LazyList


@pytest.fixture(scope="function")
Expand Down

0 comments on commit c929724

Please sign in to comment.