Skip to content

Commit

Permalink
address review comment
Browse files Browse the repository at this point in the history
Created using spr 1.3.5
  • Loading branch information
sunshowers committed Jan 12, 2024
1 parent 8fce394 commit 477db9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test-utils/src/dev/clickhouse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ struct ClickHouseDataDir {

impl ClickHouseDataDir {
fn new(logctx: &LogContext) -> Result<Self, anyhow::Error> {
// TODO: replace with log_prefix_for_test once
// https://github.com/oxidecomputer/dropshot/pull/878 is merged.
let (parent_dir, prefix) = log_prefix_for_test(logctx.test_name());

let dir = Builder::new()
Expand Down

0 comments on commit 477db9a

Please sign in to comment.