Skip to content

Commit 64be88c

Browse files
committed
clippy fix
1 parent 4698c5f commit 64be88c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datafusion/core/tests/custom_sources_cases/dml_planning.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -756,8 +756,7 @@ async fn test_update_from_drops_non_target_predicates() -> Result<()> {
756756
let err = result.unwrap_err();
757757
assert!(
758758
err.to_string().contains("UPDATE ... FROM is not supported"),
759-
"Expected 'UPDATE ... FROM is not supported' error, got: {}",
760-
err
759+
"Expected 'UPDATE ... FROM is not supported' error, got: {err}"
761760
);
762761
Ok(())
763762
}

0 commit comments

Comments
 (0)