From 3bcb0a5a425b0468968db3a8cf77b08aebeb1ac4 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Mon, 13 Feb 2017 10:28:23 +0200 Subject: [PATCH] fixup! Resolve #698: sometimes we trigger custom type error --- servant/test/Servant/Utils/LinksSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)