Skip to content

Commit

Permalink
Fix tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
macladson committed Aug 1, 2023
1 parent 7e7451f commit 79d428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon_node/http_api/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ impl ApiTester {
assert!(self
.client
.clone()
.post_beacon_blocks(&next_block)
.post_beacon_blocks(&block)
.await
.is_err());

Expand Down

0 comments on commit 79d428b

Please sign in to comment.