Skip to content

Commit 321a9a5

Browse files
committed
test: revert message fix
1 parent f1320fb commit 321a9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/test/foundry/KlerosCore.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ contract KlerosCoreTest is Test {
16921692
disputeKit.castVote(disputeID, voteIDs, 2 + 1, 0, "XYZ");
16931693

16941694
vm.prank(other);
1695-
vm.expectRevert(bytes("The caller has to own the vote."));
1695+
vm.expectRevert(bytes("The juror has to own the vote."));
16961696
disputeKit.castVote(disputeID, voteIDs, 2, 0, "XYZ");
16971697

16981698
vm.prank(staker1);

0 commit comments

Comments
 (0)