Fix tests for servant-server
This commit is contained in:
parent
e413310d0a
commit
1c6927d3f5
1 changed files with 1 additions and 1 deletions
|
@ -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]]
|
||||
|
|
Loading…
Reference in a new issue