Skip to content

Commit c5ad043

Browse files
Update sdk/python/tests/conftest.py
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 06b64f4 commit c5ad043

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

sdk/python/tests/conftest.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
)
3939

4040
try:
41-
from tests.integration.feature_repos.integration_test_repo_config import ( # noqa: E402
41+
from tests.universal.feature_repos.integration_test_repo_config import ( # noqa: E402
4242
IntegrationTestRepoConfig,
4343
)
44-
from tests.integration.feature_repos.repo_configuration import ( # noqa: E402
44+
from tests.universal.feature_repos.repo_configuration import ( # noqa: E402
4545
AVAILABLE_OFFLINE_STORES,
4646
AVAILABLE_ONLINE_STORES,
4747
OFFLINE_STORE_TO_PROVIDER_CONFIG,
@@ -51,10 +51,10 @@
5151
construct_universal_feature_views,
5252
construct_universal_test_data,
5353
)
54-
from tests.integration.feature_repos.universal.data_sources.file import ( # noqa: E402
54+
from tests.universal.feature_repos.universal.data_sources.file import ( # noqa: E402
5555
FileDataSourceCreator,
5656
)
57-
from tests.integration.feature_repos.universal.entities import ( # noqa: E402
57+
from tests.universal.feature_repos.universal.entities import ( # noqa: E402
5858
customer,
5959
driver,
6060
location,

0 commit comments

Comments
 (0)