Skip to content

Commit a41be58

Browse files
committed
add comment
1 parent d75c190 commit a41be58

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/unit/job/test_query.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1696,6 +1696,9 @@ def test_result_with_start_index_multi_page(self):
16961696
"schema": {"fields": [{"name": "col1", "type": "STRING"}]},
16971697
"totalRows": "7",
16981698
}
1699+
1700+
# Although the result has 7 rows, the response only returns 6, because
1701+
# start_index is 1.
16991702
tabledata_resource_1 = {
17001703
"totalRows": "7",
17011704
"pageToken": "page_token_1",

0 commit comments

Comments
 (0)