Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aherzberg committed Apr 23, 2024
1 parent e93055b commit 8f57c16
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
receive(:get_provider).with('1407938061').and_return(provider_response)
allow_any_instance_of(VAOS::V2::MobilePPMSService).to\
receive(:get_provider).with('1407938062').and_return(second_provider_response)
name, missing_providers = subject.form_names_from_appointment_practitioners_list(multiple_practitioners_without_names)
name, missing_providers =
subject.form_names_from_appointment_practitioners_list(multiple_practitioners_without_names)
expect(name).to eq('DEHGHAN, AMIR, J. Jones')
expect(missing_providers).to eq([])
end
Expand Down

0 comments on commit 8f57c16

Please sign in to comment.