Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhoonbang committed Mar 13, 2024
1 parent 7f34448 commit f89c9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/test/v0.8/foundry/vrf/VRFV2Plus.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ contract VRFV2Plus is BaseTest {
1 /* requestCount */
);
assertTrue(s_testCoordinator.pendingRequestExists(subId));

// 3. Fulfill the request above
//console.log("requestId: ", requestId);
//console.log("preSeed: ", preSeed);
Expand Down
2 changes: 1 addition & 1 deletion contracts/test/v0.8/foundry/vrf/VRFV2PlusWrapper.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ contract VRFV2PlusWrapperTest is BaseTest {
vrfKeyHash,
address(s_wrapper),
s_wrapper.SUBSCRIPTION_ID(),
2
1
);
uint32 EIP150Overhead = callbackGasLimit / 63 + 1;
vm.expectEmit(true, true, true, true);
Expand Down

0 comments on commit f89c9fc

Please sign in to comment.