Skip to content

Commit 845a06c

Browse files
author
Amar
committed
Correct the description of arbitrary monad server spec
1 parent 61a99c9 commit 845a06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-server/test/Servant/ArbitraryMonadServerSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import Test.Hspec.Wai (get, matchStatus, post,
1414
shouldRespondWith, with)
1515

1616
spec :: Spec
17-
spec = describe "module Servant.Server.Enter" $ do
17+
spec = describe "Arbitrary monad server" $ do
1818
enterSpec
1919

2020
type ReaderAPI = "int" :> Get '[JSON] Int

0 commit comments

Comments
 (0)