Skip to content

Commit fb29125

Browse files
committed
fix
1 parent 43d8b8a commit fb29125

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

toolkit/data-sources/db-sync/src/candidates/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ macro_rules! with_migration_versions {
2121
paste::paste!(
2222
async fn $name($pool: PgPool, $tx_in_cfg: TxInConfiguration) $body
2323

24-
#[sqlx::test(migrations = "./testdata/migrations-v1")]
24+
#[sqlx::test(migrations = "./testdata/migrations-tx-in-enabled")]
2525
async fn [<$name _v1>]($pool: PgPool) {
2626
$name($pool, TxInConfiguration::Enabled).await
2727
}

toolkit/data-sources/db-sync/src/governed_map/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ macro_rules! with_migration_versions {
3434
paste::paste!(
3535
async fn $name($pool: PgPool, $tx_in_cfg: TxInConfiguration) $body
3636

37-
#[sqlx::test(migrations = "./testdata/governed-map/migrations-v1")]
37+
#[sqlx::test(migrations = "./testdata/governed-map/migrations-tx-in-enabled")]
3838
async fn [<$name _v1>]($pool: PgPool) {
3939
$name($pool, TxInConfiguration::Enabled).await
4040
}

0 commit comments

Comments
 (0)