File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
crates/starknet_os_flow_tests/src Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2940,10 +2940,12 @@ async fn test_initial_empty_block() {
29402940 nonce_manager : NonceManager :: default ( ) ,
29412941 execution_contracts : OsExecutionContracts :: default ( ) ,
29422942 } ;
2943- let test_manager = TestManager :: new_with_initial_state_data ( empty_initial_state_data) ;
2943+ let test_manager = TestManager :: new_with_initial_state_data (
2944+ empty_initial_state_data,
2945+ TestManagerConfig :: default ( ) ,
2946+ ) ;
29442947
2945- let test_output =
2946- test_manager. execute_test_with_default_block_contexts ( & TestParameters :: default ( ) ) . await ;
2948+ let test_output = test_manager. execute_flow_test ( ) . await ;
29472949
29482950 test_output. perform_default_validations ( ) ;
29492951 test_output. assert_storage_diff_eq (
You can’t perform that action at this time.
0 commit comments