Skip to content

Commit d6c9701

Browse files
fix(cdk): update expected state in test_substream_slicer_parent_state_update_with_cursor
Co-Authored-By: Daryna Ishchenko <darina.ishchenko17@gmail.com>
1 parent bdccfd7 commit d6c9701

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

unit_tests/sources/declarative/partition_routers/test_substream_partition_router.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,8 @@ def test_request_option(
612612
),
613613
{
614614
"first_stream": {
615-
"lookback_window": 0,
615+
"lookback_window": 1,
616+
"state": {"cursor": "2022-01-01"},
616617
"states": [
617618
{"cursor": {"cursor": "2021-01-02"}, "partition": {"slice": "first"}},
618619
{"cursor": {"cursor": "2022-01-01"}, "partition": {"slice": "second"}},

0 commit comments

Comments
 (0)