diff --git a/servant/test/Servant/Utils/LinksSpec.hs b/servant/test/Servant/Utils/LinksSpec.hs index e2ec82de..27c1118b 100644 --- a/servant/test/Servant/Utils/LinksSpec.hs +++ b/servant/test/Servant/Utils/LinksSpec.hs @@ -83,7 +83,7 @@ spec = describe "Servant.Utils.Links" $ do -- -- >>> apiLink (Proxy :: Proxy WrongContentType) -- ... --- ...error: +-- ...interactive... -- ... -- -- >>> apiLink (Proxy :: Proxy WrongMethod)