Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Aug 12, 2021
1 parent 94453c4 commit 87caa91
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datafusion/tests/sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2152,8 +2152,7 @@ async fn csv_explain_analyze() {

// Only test basic plumbing and try to avoid having to change too
// many things
let needle =
"RepartitionExec: partitioning=RoundRobinBatch(NUM_CORES), metrics=[";
let needle = "RepartitionExec: partitioning=RoundRobinBatch(NUM_CORES), metrics=[";
assert!(
formatted.contains(needle),
"did not find '{}' in\n{}",
Expand Down

0 comments on commit 87caa91

Please sign in to comment.