Skip to content

Commit 5c2d848

Browse files
chore: remove redundant test section headers
1 parent e5969a4 commit 5c2d848

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

rust/lance-graph/src/datafusion_planner/expression.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,10 +1278,6 @@ mod tests {
12781278
assert_eq!(name, "expr", "Arithmetic should use generic name");
12791279
}
12801280

1281-
// ========================================================================
1282-
// Unit tests for string functions (toLower, toUpper)
1283-
// ========================================================================
1284-
12851281
#[test]
12861282
fn test_value_expr_function_tolower() {
12871283
let expr = ValueExpression::Function {

rust/lance-graph/tests/test_datafusion_pipeline.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4116,10 +4116,6 @@ async fn test_datafusion_contains_in_relationship_query() {
41164116
);
41174117
}
41184118

4119-
// ============================================================================
4120-
// String Function Tests (toLower, toUpper)
4121-
// ============================================================================
4122-
41234119
#[tokio::test]
41244120
async fn test_tolower_with_contains() {
41254121
// This test verifies the fix for: toLower(p.name) CONTAINS 'ali'

0 commit comments

Comments
 (0)