Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
my-vegetable-has-exploded committed Dec 18, 2023
1 parent b1894ad commit d5795c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrow-cast/src/cast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9518,7 +9518,7 @@ mod tests {
]
.into(),
);
assert_eq!(can_cast_types(&struct_type, &to_type), false);
assert!(!can_cast_types(&struct_type, &to_type));
let result = cast(&struct_array, &to_type);
assert_eq!(
"Cast error: Casting from Boolean to Date32 not supported",
Expand Down

0 comments on commit d5795c2

Please sign in to comment.