Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleyh committed Dec 6, 2024
1 parent a0bc283 commit ecaf9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/filtering.rs
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ impl FilterCondition {
}
}

#[cfg(test)]
pub fn text(column: &str, operator: FilterOperator, value: Option<&str>) -> Self {
FilterCondition::TextValue {
column: column.to_string(),
Expand Down

0 comments on commit ecaf9e3

Please sign in to comment.