Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into bill/unittest_for_…
Browse files Browse the repository at this point in the history
…addLocalData
  • Loading branch information
billxu committed Jul 29, 2024
2 parents 75c7554 + f1c8ca8 commit bacca02
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,6 @@ contract FaultDisputeGameN_Test is FaultDisputeGame_Init {
assertEq(clock.raw(), LibClock.wrap(Duration.wrap(0), Timestamp.wrap(uint64(block.timestamp))).raw());

Claim claim = _dummyClaim();
uint256 splitDepth = gameProxy.splitDepth();
uint64 halfGameDuration = gameProxy.maxClockDuration().raw();
uint64 clockExtension = gameProxy.clockExtension().raw();

Expand Down Expand Up @@ -2520,7 +2519,6 @@ contract FaultDisputeGameN_LessSplitDepth_Test is FaultDisputeGame_Init {
assertEq(clock.raw(), LibClock.wrap(Duration.wrap(0), Timestamp.wrap(uint64(block.timestamp))).raw());

Claim claim = _dummyClaim();
uint256 splitDepth = gameProxy.splitDepth();
uint64 halfGameDuration = gameProxy.maxClockDuration().raw();
uint64 clockExtension = gameProxy.clockExtension().raw();

Expand Down

0 comments on commit bacca02

Please sign in to comment.