We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b8c09 commit 0a85fb2Copy full SHA for 0a85fb2
test/integration/AggorIntegration_eth_ETH_USD.t.sol
@@ -67,9 +67,6 @@ contract AggorIntegrationTest_eth_ETH_USD is Test {
67
// Kiss aggor on chronicle oracle.
68
vm.prank(IAuth(chronicle).authed()[0]);
69
IToll(chronicle).kiss(address(aggor));
70
-
71
- // Kiss address(this) on aggor.
72
- IToll(address(aggor)).kiss(address(this));
73
}
74
75
function _setChronicle(uint128 val, uint32 age) internal {
0 commit comments