Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EDM-213/build lce interface and mockdata #19178

Merged
merged 20 commits into from
Oct 30, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix typo in spec test
  • Loading branch information
jefftmarks committed Oct 28, 2024
commit 450e10ce6dd30f0b8c24b6c227a5b99cbb655358
2 changes: 1 addition & 1 deletion spec/models/gids_redis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

context 'and the method belongs to `GI::SearchClient`' do
it 'delegates to `GI::SearchClient`' do
allows_any_instace_of(GI::SearchClient).to receive(get_lce_search_results_v1).and_return(gids_response)
allows_any_instance_of(GI::SearchClient).to receive(get_lce_search_results_v1).and_return(gids_response)

expect(subject.get_institution_search_results_v0(scrubbed_params)).to eq(gids_response.body)
end
Expand Down
Loading