From 9645f1011cf02f846ec5e77406944da9471bcadd Mon Sep 17 00:00:00 2001 From: Brian Wignall Date: Tue, 12 Nov 2019 07:40:31 -0500 Subject: [PATCH] Fix double-and typo --- test/Feature/InsertSpec.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Feature/InsertSpec.hs b/test/Feature/InsertSpec.hs index 822628e88..ca99620dd 100644 --- a/test/Feature/InsertSpec.hs +++ b/test/Feature/InsertSpec.hs @@ -498,7 +498,7 @@ spec actualPgVersion = do matchHeaders = ["Content-Range" <:> "*/*"] } - it "makes no updates and and returns 200, when patching with an empty json object and return=rep" $ + it "makes no updates and returns 200, when patching with an empty json object and return=rep" $ request methodPatch "/items" [("Prefer", "return=representation")] [json| {} |] `shouldRespondWith` "[]" {