Fix double-and typo

This commit is contained in:
Brian Wignall
2019-11-12 10:00:23 -05:00
committed by Steve Chávez
parent 9847e60dca
commit 9645f1011c
+1 -1
View File
@@ -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` "[]"
{