Skip to content

Commit 0d4f506

Browse files
committed
fix
1 parent 866c598 commit 0d4f506

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

datafusion/core/src/datasource/view_test.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,7 @@ mod tests {
328328
.to_string();
329329
assert!(
330330
formatted.contains("file_type=parquet, predicate=id@0 = 1"),
331-
"formatted:\n{}",
332-
formatted
331+
"formatted:\n{formatted}",
333332
);
334333
Ok(())
335334
}

0 commit comments

Comments
 (0)