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

Commit4d50edd

Browse files
author
vshepard
committed
Fix test_the_same_port
1 parent81c579c commit4d50edd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

‎tests/test_remote.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,3 @@ def test_skip_ssl(self):
213213
ifisinstance(res,list):
214214
res.sort()
215215
assertres== [(1,), (2,)]
216-

‎tests/test_simple.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,10 +1039,9 @@ def test_parse_pg_version(self):
10391039
deftest_the_same_port(self):
10401040
withget_new_node()asnode:
10411041
node.init().start()
1042-
1043-
withget_new_node()asnode2:
1044-
node2.port=node.port
1045-
node2.init().start()
1042+
withget_new_node()asnode2:
1043+
node2.port=node.port
1044+
node2.init().start()
10461045

10471046

10481047
if__name__=='__main__':

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp