mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-16 19:32:55 +00:00
Formatting
This commit is contained in:
@@ -1258,10 +1258,7 @@ impl ApiTester {
|
||||
pub async fn test_post_beacon_blocks_valid(mut self) -> Self {
|
||||
let next_block = self.next_block.clone();
|
||||
|
||||
self.client
|
||||
.post_beacon_blocks(next_block)
|
||||
.await
|
||||
.unwrap();
|
||||
self.client.post_beacon_blocks(next_block).await.unwrap();
|
||||
|
||||
assert!(
|
||||
self.network_rx.network_recv.recv().await.is_some(),
|
||||
|
||||
Reference in New Issue
Block a user