Skip to content

Commit

Permalink
Fixing name
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondop committed Aug 2, 2024
1 parent 3884faa commit 7ec7170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion/expr/src/test/function_stub.rs
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ pub struct Max {

impl std::fmt::Debug for Max {
fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
f.debug_struct("Min")
f.debug_struct("Max")
.field("name", &self.name())
.field("signature", &self.signature)
.finish()
Expand Down

0 comments on commit 7ec7170

Please sign in to comment.