Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Sep 23, 2024
1 parent 7c7e577 commit c472c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolt-contracts/test/BoltChallenger.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ contract BoltChallengerTest is Test {
assertEq(challenge.openedAt, block.timestamp);
assertEq(uint256(challenge.status), 0);
assertEq(challenge.challenger, challenger);
assertEq(challenge.target, 0x71f7D1B81E297816cf6691B2396060Ede49eFA5e);
assertEq(challenge.commitmentSigner, 0x71f7D1B81E297816cf6691B2396060Ede49eFA5e);
assertEq(challenge.commitment.slot, commitment.slot);
assertEq(challenge.commitment.signature, commitment.signature);
assertEq(challenge.commitment.signedTx, commitment.signedTx);
Expand Down

0 comments on commit c472c53

Please sign in to comment.