Skip to content

Commit

Permalink
Add coverage for fixing the thing with the dates in the search area (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski authored Nov 18, 2024
1 parent da826fe commit 30a7986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/lib/search_query_transformer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
['"2022-01-01"', '2022-01-01'],
['12345678', '12345678'],
['"12345678"', '12345678'],
['"2024-10-31T23:47:20Z"', '2024-10-31T23:47:20Z'],
].each do |value, parsed|
context "with #{operator}:#{value}" do
let(:query) { "#{operator}:#{value}" }
Expand Down

0 comments on commit 30a7986

Please sign in to comment.