update actor doc and add more actor based tests
This commit is contained in:
@@ -8,7 +8,7 @@ $start(e => {
|
||||
|
||||
if (e.type == 'disrupt') {
|
||||
log.console(`underling successfully killed.`)
|
||||
send($parent, { type: "test_result", passed: true })
|
||||
send($overling, {type: "test_result", passed: true})
|
||||
$stop()
|
||||
}
|
||||
}, 'tests/hang_actor')
|
||||
|
||||
Reference in New Issue
Block a user