Fix tests for servant-server

This commit is contained in:
Catherine Galkina 2017-06-02 18:47:28 +03:00
parent e413310d0a
commit 1c6927d3f5

View file

@ -37,7 +37,7 @@ spec = do
it "works with operators" $ do
let cxt = ((1 :: Integer) :. 'a' :. EmptyContext) :<|> ('b' :. True :. EmptyContext)
show cxt `shouldBe` "(1 :. 'a' :. EmptyContext) :<|> ('b' :. True :. EmptyContext)"
show cxt `shouldBe` "1 :. 'a' :. EmptyContext :<|> 'b' :. True :. EmptyContext"
describe "descendIntoNamedContext" $ do
let cxt :: Context [Char, NamedContext "sub" '[Char]]