Skip to content

Commit 30c3ebc

Browse files
authored
Update TestSuite.hs
1 parent f6b6952 commit 30c3ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestSuite.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ test= initNodeServ service "localhost" 8080 $ do
7979

8080
localIO $ putStrLn "----------------checking monadic, distributed-------------"
8181
r <- runAt node0 (SHOULDRUNIN(node0)
82-
>> runAt node1 (SHOULDRUNIN (node1)
82+
>> runAt node1 (SHOULDRUNIN(node1)
8383
>> runAt node2 (SHOULDRUNIN(node2) >> (return "HELLO" ))))
8484

8585
assert(r== "HELLO") $ localIO $ print r

0 commit comments

Comments
 (0)