Skip to content

Commit c41ed85

Browse files
Clippy
Signed-off-by: Abhi Agarwal <[email protected]>
1 parent c00be91 commit c41ed85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etl/tests/partitioned_table_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ async fn partition_drop_does_not_emit_delete_or_truncate() {
275275
.await
276276
.unwrap();
277277
database
278-
.run_sql(&format!("drop table {}", child_p1_qualified))
278+
.run_sql(&format!("drop table {child_p1_qualified}"))
279279
.await
280280
.unwrap();
281281

0 commit comments

Comments
 (0)