File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
toolkit/data-sources/db-sync/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ macro_rules! with_migration_versions {
21
21
paste:: paste!(
22
22
async fn $name( $pool: PgPool , $tx_in_cfg: TxInConfiguration ) $body
23
23
24
- #[ sqlx:: test( migrations = "./testdata/migrations-v1 " ) ]
24
+ #[ sqlx:: test( migrations = "./testdata/migrations-tx-in-enabled " ) ]
25
25
async fn [ <$name _v1>] ( $pool: PgPool ) {
26
26
$name( $pool, TxInConfiguration :: Enabled ) . await
27
27
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ macro_rules! with_migration_versions {
34
34
paste:: paste!(
35
35
async fn $name( $pool: PgPool , $tx_in_cfg: TxInConfiguration ) $body
36
36
37
- #[ sqlx:: test( migrations = "./testdata/governed-map/migrations-v1 " ) ]
37
+ #[ sqlx:: test( migrations = "./testdata/governed-map/migrations-tx-in-enabled " ) ]
38
38
async fn [ <$name _v1>] ( $pool: PgPool ) {
39
39
$name( $pool, TxInConfiguration :: Enabled ) . await
40
40
}
You can’t perform that action at this time.
0 commit comments