Fix tests again

This commit is contained in:
Mac L
2023-07-24 12:38:38 +10:00
parent 129568565e
commit 59c6b0904f

View File

@@ -1277,7 +1277,7 @@ impl ApiTester {
assert!(self assert!(self
.client .client
.clone() .clone()
.post_beacon_blocks(&next_block) .post_beacon_blocks(&block)
.await .await
.is_err()); .is_err());