We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5cfdb6 commit 1cd6cd7Copy full SHA for 1cd6cd7
tests/test_simple.py
@@ -1044,7 +1044,7 @@ def test_the_same_port(self):
1044
node2.port = node.port
1045
node2.init().start()
1046
1047
- def test_make_simple_with_bin_dir(self):
+ def test_simple_with_bin_dir(self):
1048
with get_new_node() as node:
1049
node.init().start()
1050
bin_dir = node.bin_dir
@@ -1059,7 +1059,7 @@ def test_make_simple_with_bin_dir(self):
1059
wrong_bin_dir.slow_start()
1060
raise RuntimeError("Error was expected.") # We should not reach this
1061
except FileNotFoundError:
1062
- pass # Expected error
+ pass # Expected error
1063
1064
1065
if __name__ == '__main__':
0 commit comments