Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
demetribu committed Oct 3, 2024
1 parent b451abd commit ec508dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datafusion/physical-expr-common/src/binary_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ mod tests {
}

#[test]
fn test_observe_after_update() {
fn test_make_after_update() {
let initial_values = StringArray::from(vec![
Some("A"),
Some("B"),
Expand Down
2 changes: 1 addition & 1 deletion datafusion/physical-expr-common/src/binary_view_map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ mod tests {
}

#[test]
fn test_observe_after_update() {
fn test_make_after_update() {
let initial_values = GenericByteViewArray::from(vec![
Some("A"),
Some("B"),
Expand Down

0 comments on commit ec508dd

Please sign in to comment.