diff --git a/spec/models/lead_provider_spec.rb b/spec/models/lead_provider_spec.rb index 702446eb4b..bb8f25cee3 100644 --- a/spec/models/lead_provider_spec.rb +++ b/spec/models/lead_provider_spec.rb @@ -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