Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Oct 31, 2024
1 parent edbca34 commit 7885310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/functions/src/datetime/date_bin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ mod tests {

#[test]
fn test_date_bin_before_epoch() {
let cases = vec![
let cases = [
(
(TimeDelta::try_minutes(15), "1969-12-31T23:44:59.999999999"),
"1969-12-31T23:30:00",
Expand Down

0 comments on commit 7885310

Please sign in to comment.