Skip to content

Commit 1af2dad

Browse files
committed
fix test
1 parent 338d6e6 commit 1af2dad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/core/custom_test_function/test_storage.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
import pytest
1515

16-
from surfaces.custom_test_function import (
17-
CustomTestFunction,
16+
from surfaces import CustomTestFunction
17+
from surfaces.test_functions._custom_storage import (
1818
InMemoryStorage,
1919
SQLiteStorage,
2020
Storage,

0 commit comments

Comments
 (0)