Skip to content

Commit

Permalink
fix semantic mismerge
Browse files Browse the repository at this point in the history
  • Loading branch information
davepacheco committed Aug 27, 2024
1 parent 251e665 commit ab5448b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion live-tests/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ async fn create_datastore(
.context("failed to parse constructed postgres URL")?;

let db_config = nexus_db_queries::db::Config { url };
let pool = Arc::new(nexus_db_queries::db::Pool::new(log, &db_config));
let pool = Arc::new(nexus_db_queries::db::Pool::new_single_host(log, &db_config));
DataStore::new_failfast(log, pool)
.await
.context("creating DataStore")
Expand Down

0 comments on commit ab5448b

Please sign in to comment.