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

Commit1cd6cd7

Browse files
authored
Fix style in test_simple.py (#150)
1 parenta5cfdb6 commit1cd6cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/test_simple.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ def test_the_same_port(self):
10441044
node2.port=node.port
10451045
node2.init().start()
10461046

1047-
deftest_make_simple_with_bin_dir(self):
1047+
deftest_simple_with_bin_dir(self):
10481048
withget_new_node()asnode:
10491049
node.init().start()
10501050
bin_dir=node.bin_dir
@@ -1059,7 +1059,7 @@ def test_make_simple_with_bin_dir(self):
10591059
wrong_bin_dir.slow_start()
10601060
raiseRuntimeError("Error was expected.")# We should not reach this
10611061
exceptFileNotFoundError:
1062-
pass# Expected error
1062+
pass# Expected error
10631063

10641064

10651065
if__name__=='__main__':

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp