Skip to content

Commit a1ecaba

Browse files
committed
chore: restore pre-l1-merge.
1 parent f4b1620 commit a1ecaba

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

checks/migrator/checks/sketchpad/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ chrono = { workspace = true }
2525
rand = { workspace = true }
2626
kestrel = { workspace = true }
2727
mtma-node-test-types = { workspace = true }
28+
mtma-migrator-pre-l1-merge-core = { workspace = true }
2829

2930
[dev-dependencies]
3031
tracing-test = { workspace = true }

checks/migrator/checks/sketchpad/src/example.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#[cfg(test)]
22
pub mod test {
33

4+
use mtma_migrator_pre_l1_merge_core::config::Config as PreL1MergeConfig;
45
use mtma_migrator_test_types::check::checked_migration;
56
use mtma_migrator_types::migrator::MovementMigrator;
67
use mtma_node_null_core::config::Config as MtmaNullConfig;
@@ -25,7 +26,7 @@ pub mod test {
2526
let prelude = Prelude::new_empty();
2627

2728
// Form the migration.
28-
let migration_config = MtmaNullConfig::default();
29+
let migration_config = PreL1MergeConfig::default();
2930
let migration = migration_config.build()?;
3031

3132
// Run the checked migration.

0 commit comments

Comments
 (0)