Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
inulty-dfe committed Dec 16, 2024
1 parent 1ebd77c commit 35c55ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/provider_partnership_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
subject(:partnership) { build(:provider_partnership, description: '') }

it 'has correct error message' do
expect(subject.errors.messages[:description]).to include('Enter details about the accredited provider')
expect(subject.errors.messages[:description]).to include('Enter details about the accredited partnership')
end
end

Expand Down

0 comments on commit 35c55ac

Please sign in to comment.