File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
checks/migrator/checks/sketchpad Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ chrono = { workspace = true }
25
25
rand = { workspace = true }
26
26
kestrel = { workspace = true }
27
27
mtma-node-test-types = { workspace = true }
28
+ mtma-migrator-pre-l1-merge-core = { workspace = true }
28
29
29
30
[dev-dependencies ]
30
31
tracing-test = { workspace = true }
Original file line number Diff line number Diff line change 1
1
#[ cfg( test) ]
2
2
pub mod test {
3
3
4
+ use mtma_migrator_pre_l1_merge_core:: config:: Config as PreL1MergeConfig ;
4
5
use mtma_migrator_test_types:: check:: checked_migration;
5
6
use mtma_migrator_types:: migrator:: MovementMigrator ;
6
7
use mtma_node_null_core:: config:: Config as MtmaNullConfig ;
@@ -25,7 +26,7 @@ pub mod test {
25
26
let prelude = Prelude :: new_empty ( ) ;
26
27
27
28
// Form the migration.
28
- let migration_config = MtmaNullConfig :: default ( ) ;
29
+ let migration_config = PreL1MergeConfig :: default ( ) ;
29
30
let migration = migration_config. build ( ) ?;
30
31
31
32
// Run the checked migration.
You can’t perform that action at this time.
0 commit comments