We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc752ef commit 76e682eCopy full SHA for 76e682e
1 file changed
spec/controllers/proposals_controller_spec.rb
@@ -31,7 +31,7 @@ module Proposals
31
get :index
32
expect(response).to have_http_status(:ok)
33
expect(subject).to render_template(:index)
34
- expect(assigns(:proposals).order_values).to eq(["position(decidim_proposals_proposals.id::text in '')"])
+ expect(assigns(:proposals).order_values).to eq(["array_position(ARRAY[]::bigint[], decidim_proposals_proposals.id)"])
35
end
36
37
it "sets two different collections" do
0 commit comments