Skip to content

Commit

Permalink
Update solidity/test/unit/modules/response/BondedResponseModule.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Gas <[email protected]>
  • Loading branch information
0xmoebius and gas1cent authored Dec 12, 2023
1 parent fdc82e2 commit 6221018
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ contract BondedResponseModule_Unit_FinalizeRequest is BaseTest {
address(oracle), abi.encodeCall(IOracle.allowedModule, (_getId(mockRequest), address(this))), abi.encode(false)
);

// Mock and expect IOracle.allowedModule to be called
// Mock and expect IOracle.createdAt to be called
_mockAndExpect(
address(oracle), abi.encodeCall(IOracle.createdAt, (_getId(mockResponse))), abi.encode(_responseCreationBlock)
);
Expand Down

0 comments on commit 6221018

Please sign in to comment.