Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenceisla committed Oct 21, 2023
1 parent 4838b8d commit 7c0440a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/Feature/Query/RangeSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ spec = do
[("Prefer", "count=exact")] ""
`shouldRespondWith`
[json|[]|]
{ matchHeaders = ["Content-Range" <:> "*/0"] }
{ matchHeaders = ["Content-Range" <:> "*/0"] }

context "when I don't want the count" $ do
it "returns range Content-Range with /*" $
Expand Down

0 comments on commit 7c0440a

Please sign in to comment.