Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a178850

Browse files
author
v.shepard
committed
PBCKP-137 test change test_double_start
1 parent a3beb76 commit a178850

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
@@ -171,8 +171,8 @@ def test_node_exit(self):
171171
def test_double_start(self):
172172
with get_new_node().init().start() as node:
173173
# can't start node more than once
174-
with self.assertRaises(StartNodeException):
175-
node.start()
174+
node.start()
175+
self.assertTrue(node.is_started)
176176

177177
def test_uninitialized_start(self):
178178
with get_new_node() as node:

0 commit comments

Comments
 (0)