Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LucienMLD committed Jun 5, 2024
1 parent 97e9ca0 commit 16c471b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/models/match_filter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
end

describe '#accepted_naf_codes' do
let(:match_filter) { create :match_filter, raw_accepted_naf_codes: raw_accepted_naf_codes }
let(:match_filter) { create :match_filter, :for_antenne, raw_accepted_naf_codes: raw_accepted_naf_codes }

subject { match_filter.accepted_naf_codes }

Expand All @@ -95,7 +95,7 @@
end

describe '#raw_excluded_naf_codes' do
let(:match_filter) { create(:match_filter, :for_antenne, raw_excluded_naf_codes: excluded_naf_codes) }
let(:match_filter) { create(:match_filter, :for_antenne, excluded_naf_codes: excluded_naf_codes) }

subject { match_filter.raw_excluded_naf_codes }

Expand Down

0 comments on commit 16c471b

Please sign in to comment.