File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
starknet_os_flow_tests/src Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -1307,7 +1307,7 @@ fn metrics_correctness() {
13071307 pending_queue_size : 1 ,
13081308 get_txs_size : 1 ,
13091309 delayed_declares_size : 1 ,
1310- total_size_in_bytes : 1696 ,
1310+ total_size_in_bytes : 1648 ,
13111311 evictions_count : 1 ,
13121312 transaction_time_spent_until_batched : HistogramValue {
13131313 sum : 2.0 ,
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