Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Jul 6, 2024
1 parent ed7ca4d commit 445347e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/GADS/Records.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2370,7 +2370,7 @@ sub rule_to_condition

foreach (@original_values)
{
$_ = $self->get_filter_value($filter_operator, $_, !$column->string_storage);
$_ = $self->get_filter_value($filter_operator, $_, $column->return_type ne 'string');

# This shouldn't normally happen, but sometimes we can end up with an
# invalid search value, such as if the date format has changed and the
Expand Down

0 comments on commit 445347e

Please sign in to comment.