Skip to content

Commit 3372590

Browse files
committed
fix wrong check
1 parent b052a89 commit 3372590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit_tests/sources/declarative/stream_slicers/test_stream_slicer_read_decorator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ def test_isinstance_substrea_partition_router():
166166
assert isinstance(wrapped_slicer, SubstreamPartitionRouter)
167167
assert not isinstance(wrapped_slicer, GlobalSubstreamCursor)
168168
assert not isinstance(wrapped_slicer, AsyncJobPartitionRouter)
169-
assert not isinstance(partition_router, PerPartitionWithGlobalCursor)
169+
assert not isinstance(wrapped_slicer, PerPartitionWithGlobalCursor)
170170

171171
assert isinstance(partition_router, SubstreamPartitionRouter)
172172
assert not isinstance(partition_router, GlobalSubstreamCursor)

0 commit comments

Comments
 (0)