Skip to content

Commit ec508dd

Browse files
committed
minor changes
1 parent b451abd commit ec508dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datafusion/physical-expr-common/src/binary_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ mod tests {
10551055
}
10561056

10571057
#[test]
1058-
fn test_observe_after_update() {
1058+
fn test_make_after_update() {
10591059
let initial_values = StringArray::from(vec![
10601060
Some("A"),
10611061
Some("B"),

datafusion/physical-expr-common/src/binary_view_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -722,7 +722,7 @@ mod tests {
722722
}
723723

724724
#[test]
725-
fn test_observe_after_update() {
725+
fn test_make_after_update() {
726726
let initial_values = GenericByteViewArray::from(vec![
727727
Some("A"),
728728
Some("B"),

0 commit comments

Comments
 (0)