Skip to content

Commit 2348d25

Browse files
committed
Fix import in unit tests
1 parent b35a165 commit 2348d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/declarative/partition_routers/test_grouping_partition_router.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from unittest.mock import MagicMock
77

88
import pytest
9-
from test_substream_partition_router import (
9+
from unit_tests.sources.declarative.partition_routers.test_substream_partition_router import (
1010
MockStream,
1111
parent_slices,
1212
) # Reuse MockStream and parent_slices

0 commit comments

Comments
 (0)