Skip to content

Commit 1cd6cd7

Browse files
authored
Fix style in test_simple.py (#150)
1 parent a5cfdb6 commit 1cd6cd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎tests/test_simple.py

+2-2
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-
def test_make_simple_with_bin_dir(self):
1047+
def test_simple_with_bin_dir(self):
10481048
with get_new_node() as node:
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
raise RuntimeError("Error was expected.") # We should not reach this
10611061
except FileNotFoundError:
1062-
pass # Expected error
1062+
pass # Expected error
10631063

10641064

10651065
if __name__ == '__main__':

0 commit comments

Comments
 (0)