Skip to content

Commit d2fc0f5

Browse files
starknet_os_flow_tests: migrate test_direct_execute_call (#9551)
1 parent 66bc6d9 commit d2fc0f5

File tree

7 files changed

+17093
-13727
lines changed

7 files changed

+17093
-13727
lines changed

crates/blockifier/src/bouncer_test.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,11 +776,11 @@ fn class_hash_migration_data_from_state(
776776

777777
if should_migrate {
778778
expect![[r#"
779-
104821282
779+
110442016
780780
"#]]
781781
.assert_debug_eq(&migration_sierra_gas.0);
782782
expect![[r#"
783-
255209630
783+
269014080
784784
"#]]
785785
.assert_debug_eq(&migration_proving_gas.0);
786786
} else {

0 commit comments

Comments
 (0)