Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crates/blockifier/src/bouncer_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -744,11 +744,11 @@ fn class_hash_migration_data_from_state(

if should_migrate {
expect![[r#"
86063374
86774273
"#]]
.assert_debug_eq(&migration_sierra_gas.0);
expect![[r#"
197052422
198638149
"#]]
.assert_debug_eq(&migration_proving_gas.0);
} else {
Expand Down
Loading
Loading