Skip to content

Commit 0a85fb2

Browse files
committed
Fix integration test having erroneous aggor.kiss call
1 parent f7b8c09 commit 0a85fb2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/integration/AggorIntegration_eth_ETH_USD.t.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,6 @@ contract AggorIntegrationTest_eth_ETH_USD is Test {
6767
// Kiss aggor on chronicle oracle.
6868
vm.prank(IAuth(chronicle).authed()[0]);
6969
IToll(chronicle).kiss(address(aggor));
70-
71-
// Kiss address(this) on aggor.
72-
IToll(address(aggor)).kiss(address(this));
7370
}
7471

7572
function _setChronicle(uint128 val, uint32 age) internal {

0 commit comments

Comments
 (0)