Skip to content

Commit 075ac16

Browse files
committed
CDK: fix test
Signed-off-by: Artem Inzhyyants <[email protected]>
1 parent 263e662 commit 075ac16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unit_tests/sources/declarative/test_concurrent_declarative_source.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -709,9 +709,9 @@ def test_group_streams():
709709
)
710710
concurrent_streams, synchronous_streams = source._group_streams(config=_CONFIG)
711711

712-
# 1 full refresh stream, 2 incremental streams, 1 substream w/o incremental, 1 list based substream w/o incremental
712+
# 1 full refresh stream, 3 incremental streams, 1 substream w/o incremental, 1 list based substream w/o incremental
713713
# 1 async job stream, 1 substream w/ incremental
714-
assert len(concurrent_streams) == 7
714+
assert len(concurrent_streams) == 8
715715
(
716716
concurrent_stream_0,
717717
concurrent_stream_1,

0 commit comments

Comments
 (0)