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
.client
.clone()
.post_beacon_blocks(&next_block)
.post_beacon_blocks(&block)
.await
.is_err());