Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
radavis committed Mar 25, 2024
1 parent 974b36d commit d4c6953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
describe 'Invalid contact type' do
let(:contact_type) { 'Invalid type' }

it 'includes contact' do
it 'does not include contact' do
expect(subject.contacts).to be_empty
end
end
Expand Down
2 changes: 1 addition & 1 deletion spec/lib/va_profile/profile/v3/service_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
let(:idme_uuid) { '88f572d4-91af-46ef-a393-cba6c351e252' }
let(:cassette) { 'va_profile/profile/v3/health_benefit_bio_404' }

it 'includes messages recieved from the api' do
it 'includes messages received from the api' do
response = subject.get_health_benefit_bio
expect(response.status).to eq(404)
expect(response.contacts.size).to eq(0)
Expand Down

0 comments on commit d4c6953

Please sign in to comment.