Skip to content

Commit 6bdb14c

Browse files
committed
update
1 parent 79a17e3 commit 6bdb14c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

datafusion/functions-window/src/nth_value.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -685,9 +685,9 @@ mod tests {
685685
))
686686
.unwrap_err();
687687

688-
assert_eq!(
689-
err.to_string(),
690-
"Execution error: The second argument of nth_value must not be i64::MIN"
688+
assert!(
689+
err.to_string()
690+
.starts_with("Execution error: The second argument of nth_value must not be i64::MIN")
691691
);
692692
}
693693
}

0 commit comments

Comments
 (0)