Skip to content

Commit c365c2e

Browse files
committed
fmt
1 parent 77cd3c9 commit c365c2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ethexe/compute/src/tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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!(

0 commit comments

Comments
 (0)