Skip to content

Commit a87250f

Browse files
committed
fix test name
Signed-off-by: Ruihang Xia <[email protected]>
1 parent d3e8073 commit a87250f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion/sql/tests/sql_integration.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,8 +738,8 @@ fn plan_update() {
738738
}
739739

740740
#[rstest]
741-
#[case::missing_assignement_target("UPDATE person SET doesnotexist = true")]
742-
#[case::missing_assignement_expression("UPDATE person SET age = doesnotexist + 42")]
741+
#[case::missing_assignment_target("UPDATE person SET doesnotexist = true")]
742+
#[case::missing_assignment_expression("UPDATE person SET age = doesnotexist + 42")]
743743
#[case::missing_selection_expression(
744744
"UPDATE person SET age = 42 WHERE doesnotexist = true"
745745
)]

0 commit comments

Comments
 (0)