Resolve #698: sometimes we trigger custom type error

This commit is contained in:
Oleg Grenrus 2017-02-12 21:57:53 +02:00
parent 8a3ecb2ebc
commit 60716b10f3

View file

@ -83,7 +83,7 @@ spec = describe "Servant.Utils.Links" $ do
-- --
-- >>> apiLink (Proxy :: Proxy WrongContentType) -- >>> apiLink (Proxy :: Proxy WrongContentType)
-- ... -- ...
-- ...Could not deduce... -- ...error:
-- ... -- ...
-- --
-- >>> apiLink (Proxy :: Proxy WrongMethod) -- >>> apiLink (Proxy :: Proxy WrongMethod)