Skip to content

Commit b33b237

Browse files
committed
update slt tests
1 parent 3037510 commit b33b237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/optimizer/src/simplify_expressions/expr_simplifier.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5004,7 +5004,7 @@ mod tests {
50045004
assert_eq!(val, 1761630189642i64);
50055005
assert_eq!(tz.as_deref(), Some("+00:00"));
50065006
}
5007-
other => panic!("Expected TimestampNanosecond literal, got: {:?}", other),
5007+
other => panic!("Expected TimestampNanosecond literal, got: {other:?}"),
50085008
}
50095009

50105010
// Test CAST of invalid string to timestamp - should return an error at plan time

0 commit comments

Comments
 (0)