Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33709b1

Browse files
committed
fix dbapi cursor tests
1 parentcb4f301 commit33709b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎tests/unit/test_dbapi_cursor.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ def _mock_rows(
161161
mock_rows,
162162
)
163163
mock_rows.max_results=None
164+
mock_rows.page_size=None
164165
type(mock_rows).job_id=mock.PropertyMock(return_value="test-job-id")
165166
type(mock_rows).location=mock.PropertyMock(return_value="test-location")
166167
type(mock_rows).num_dml_affected_rows=mock.PropertyMock(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp