File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ async fn code_validation_request_for_already_processed_code_does_not_request_loa
384384 . await
385385 . unwrap ( )
386386 . expect ( "expect compute service to produce an event" ) ;
387-
387+
388388 // Verify block was prepared without requesting code loading
389389 let prepared_block = event. unwrap_block_prepared ( ) ;
390390 assert_eq ! ( prepared_block, block_hash) ;
@@ -448,7 +448,7 @@ async fn code_validation_request_for_non_validated_code_requests_loading() -> Re
448448 . await
449449 . unwrap ( )
450450 . expect ( "expect compute service to produce an event" ) ;
451-
451+
452452 // Verify that RequestCodes is emitted for non-validated code
453453 let codes_to_load = event. unwrap_request_load_codes ( ) ;
454454 assert ! (
You can’t perform that action at this time.
0 commit comments