Skip to content

Commit 3ab4aa2

Browse files
starknet_os_flow_tests: add flow test for inner deploy cairo1 revert
Signed-off-by: Dori Medini <dori@starkware.co>
1 parent e07082d commit 3ab4aa2

File tree

7 files changed

+11009
-11007
lines changed

7 files changed

+11009
-11007
lines changed

crates/blockifier/src/bouncer_test.rs

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

778778
if should_migrate {
779779
expect![[r#"
780-
99939035
780+
102622842
781781
"#]]
782782
.assert_debug_eq(&migration_sierra_gas.0);
783783
expect![[r#"
784-
260040060
784+
266760980
785785
"#]]
786786
.assert_debug_eq(&migration_proving_gas.0);
787787
} else {

0 commit comments

Comments
 (0)