diff --git a/test/Ldap/Client/CompareSpec.hs b/test/Ldap/Client/CompareSpec.hs index ed1e93f..3383c90 100644 --- a/test/Ldap/Client/CompareSpec.hs +++ b/test/Ldap/Client/CompareSpec.hs @@ -16,7 +16,7 @@ spec = do res `shouldBe` True res `shouldBe` Right () - it "compares and looses" $ do + it "compares and loses" $ do res <- locally $ \l -> do res <- Ldap.compare l charmander (Attr "type") "flying" res `shouldBe` False