Commit 2f632e31 authored by Inphi's avatar Inphi Committed by GitHub

ctb: Add BadAuth tests for PermissionedDisputeGame (#10075)

parent 6837780f
......@@ -168,6 +168,8 @@ contract PermissionedDisputeGame_Test is PermissionedDisputeGame_Init {
gameProxy.defend(1, Claim.wrap(0));
vm.expectRevert(BadAuth.selector);
gameProxy.move(2, Claim.wrap(0), true);
vm.expectRevert(BadAuth.selector);
gameProxy.step(0, true, absolutePrestateData, hex"");
vm.stopPrank();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment