Skip to content

Commit

Permalink
Update datastore_test api (mergin')
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Oct 18, 2024
1 parent 2c082c1 commit 350d70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/db-queries/src/db/datastore/clickhouse_policy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ mod tests {
// Setup
let logctx = dev::test_setup_log("test_clickhouse_policy_basic");
let mut db = test_setup_database(&logctx.log).await;
let (opctx, datastore) = datastore_test(&logctx, &db).await;
let (opctx, datastore) = datastore_test(&logctx.log, &db).await;

// Listing an empty table should return an empty vec

Expand Down

0 comments on commit 350d70e

Please sign in to comment.