8000 Make datastore paging test less strict to account for eventual consis… · saicheems/python-docs-samples@607f9e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 607f9e3

Browse files
author
Jon Wayne Parrott
committed
Make datastore paging test less strict to account for eventual consistency
Change-Id: I340a402e7b31aeb011023990faef70d47feb49a6
1 parent bf8d164 commit 607f9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datastore/api/snippets_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def _():
141141
page_one, cursor_one, page_two, cursor_two = results
142142

143143
assert len(page_one) == 5
144-
assert len(page_two) == 1
144+
assert len(page_two)
145145
assert cursor_one
146146
assert cursor_two
147147

0 commit comments

Comments
 (0)
0