Skip to content

Commit

Permalink
Add new available options to search spec
Browse files Browse the repository at this point in the history
  • Loading branch information
beque committed Oct 17, 2024
1 parent 5981041 commit 122b7c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/api/chemotion/search_api_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@
let(:advanced_params) do
[
{
available_options: [
{ value: '-22', unit: '°C' }, { value: '-7.6', unit: '°F' }, { value: '251.15', unit: 'K' }
],
link: '',
match: '>=',
table: 'reactions',
Expand Down

0 comments on commit 122b7c8

Please sign in to comment.