Skip to content

Commit

Permalink
[CPDLP-3933] added spec for has_many :mentor_call_off_contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
mooktakim committed Jan 16, 2025
1 parent 6927ffe commit fc30611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/models/lead_provider_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
it { is_expected.to have_many(:delivery_partners).through(:provider_relationships) }
it { is_expected.to have_many(:partnership_csv_uploads) }
it { is_expected.to have_one(:call_off_contract) }
it { is_expected.to have_many(:mentor_call_off_contracts) }
it { is_expected.to have_many(:statements).through(:cpd_lead_provider).class_name("Finance::Statement::ECF").source(:ecf_statements) }

describe "active_partnerships" do
Expand Down

0 comments on commit fc30611

Please sign in to comment.