Skip to content

Commit 11039b9

Browse files
author
octavia-squidington-iii
committed
Auto-fix lint and format issues
1 parent 2aec1df commit 11039b9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

unit_tests/sources/declarative/incremental/test_concurrent_perpartitioncursor.py

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,17 +1552,13 @@ def run_incremental_parent_state_test(
15521552
],
15531553
# Expected records
15541554
[
1555-
{
1556-
"comment_id": 10,
1557-
"comment_updated_at": COMMENT_10_UPDATED_AT,
1558-
"id": 100
1559-
},
1555+
{"comment_id": 10, "comment_updated_at": COMMENT_10_UPDATED_AT, "id": 100},
15601556
{
15611557
"comment_id": 11,
15621558
"comment_updated_at": COMMENT_11_UPDATED_AT,
15631559
"created_at": "2024-01-13T00:00:00Z",
1564-
"id": 111
1565-
}
1560+
"id": 111,
1561+
},
15661562
],
15671563
# Number of intermediate states - 6 as number of parent partitions
15681564
2,

0 commit comments

Comments
 (0)