fixup! Resolve #698: sometimes we trigger custom type error

This commit is contained in:
Oleg Grenrus 2017-02-13 10:28:23 +02:00
parent 32fe5354ae
commit 3bcb0a5a42
1 changed files with 1 additions and 1 deletions

View File

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