Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Nov 9, 2023
1 parent 1cf0a4b commit c258247
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
features: enabled
- rspec: system/admin
features: enabled
- rspec: system/*_spec.rb --exclude-pattern 'spec/system/awesome_map_spec.rb'
- rspec: system/*_spec.rb'
features: enabled
- rspec: system/awesome_map_spec.rb
- rspec: system/awesome_map
features: enabled
fail-fast: false

Expand Down
2 changes: 1 addition & 1 deletion spec/models/proposal_extra_field_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ module Decidim::DecidimAwesome
before do
# rubocop:disable Rails/SkipsModelValidations:
# we don't want to trigger the active record hooks
extra_fields.update_columns(totals: { "3" => 1, "4" => 1 })
extra_fields.update_columns(vote_weight_totals: { "3" => 1, "4" => 1 })
# rubocop:enable Rails/SkipsModelValidations:
end

Expand Down
File renamed without changes.

0 comments on commit c258247

Please sign in to comment.