Resolve #698: sometimes we trigger custom type error
This commit is contained in:
parent
8a3ecb2ebc
commit
60716b10f3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue