diff --git a/test/Test/Network.purs b/test/Test/Network.purs index d2e445b..c1d36bc 100644 --- a/test/Test/Network.purs +++ b/test/Test/Network.purs @@ -21,7 +21,7 @@ networkTest = do Left err -> fail err Right _ -> pure unit - it "retrieve network information" $ do + it "should retrieve network information" $ do otherNetwork <- startNetwork mkNetwork otherNetwork `shouldSatisfy` isRight