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

Commit0819053

Browse files
committed
fix formatting
1 parent4a78635 commit0819053

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎tests/test_simple.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -414,12 +414,12 @@ def test_synchronous_replication(self):
414414
standby2.start()
415415

416416
# check formatting
417-
self.assertEqual('1 ("{}", "{}")'.format(
418-
standby1.name,standby2.name),
419-
str(First(1, (standby1,standby2))))
420-
self.assertEqual('ANY 1 ("{}", "{}")'.format(
421-
standby1.name,standby2.name),
422-
str(Any(1, (standby1,standby2))))
417+
self.assertEqual(
418+
'1 ("{}", "{}")'.format(standby1.name,standby2.name),
419+
str(First(1, (standby1,standby2))))# yapf: disable
420+
self.assertEqual(
421+
'ANY 1 ("{}", "{}")'.format(standby1.name,standby2.name),
422+
str(Any(1, (standby1,standby2))))# yapf: disable
423423

424424
# set synchronous_standby_names
425425
master.set_synchronous_standbys([standby1,standby2])

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp