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

Commit76729ec

Browse files
committed
reformat code using yapf
1 parent8c23f1d commit76729ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎tests/test_simple.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,15 +297,17 @@ def test_poll_query_until(self):
297297
# check 0 rows
298298
got_exception=False
299299
try:
300-
node.poll_query_until('postgres','select * from pg_class where true = false')
300+
node.poll_query_until(
301+
'postgres','select * from pg_class where true = false')
301302
exceptQueryExceptionase:
302303
got_exception=True
303304
self.assertTrue(got_exception)
304305

305306
# check 0 columns
306307
got_exception=False
307308
try:
308-
node.poll_query_until('postgres','select from pg_class limit 1')
309+
node.poll_query_until('postgres',
310+
'select from pg_class limit 1')
309311
exceptQueryExceptionase:
310312
got_exception=True
311313
self.assertTrue(got_exception)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp