Skip to content

Commit 76e682e

Browse files
committed
fix: Test failing
1 parent fc752ef commit 76e682e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/controllers/proposals_controller_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module Proposals
3131
get :index
3232
expect(response).to have_http_status(:ok)
3333
expect(subject).to render_template(:index)
34-
expect(assigns(:proposals).order_values).to eq(["position(decidim_proposals_proposals.id::text in '')"])
34+
expect(assigns(:proposals).order_values).to eq(["array_position(ARRAY[]::bigint[], decidim_proposals_proposals.id)"])
3535
end
3636

3737
it "sets two different collections" do

0 commit comments

Comments
 (0)