There was an error while loading. Please reload this page.
1 parent f6b6952 commit 30c3ebcCopy full SHA for 30c3ebc
tests/TestSuite.hs
@@ -79,7 +79,7 @@ test= initNodeServ service "localhost" 8080 $ do
79
80
localIO $ putStrLn "----------------checking monadic, distributed-------------"
81
r <- runAt node0 (SHOULDRUNIN(node0)
82
- >> runAt node1 (SHOULDRUNIN (node1)
+ >> runAt node1 (SHOULDRUNIN(node1)
83
>> runAt node2 (SHOULDRUNIN(node2) >> (return "HELLO" ))))
84
85
assert(r== "HELLO") $ localIO $ print r
0 commit comments