Skip to content

Commit

Permalink
fix[Op#54459]: undo erroneous updates
Browse files Browse the repository at this point in the history
  • Loading branch information
akabiru committed May 8, 2024
1 parent 547eeb5 commit dcd18b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/requests/api/v3/projects/index_resource_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
context "if using the equals operator" do
let(:operator) { "=" }

it_behaves_like "API V3 collection response", 1, 1, "Project"
it_behaves_like "API V3 collection response", 2, 2, "Project"
end

context "if using the all operator" do
Expand Down

0 comments on commit dcd18b1

Please sign in to comment.