Skip to content

Commit

Permalink
Update packages/protocol/test-sol/stability/SortedOracles.t.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Martín Volpe <[email protected]>
  • Loading branch information
pahor167 and martinvol authored Dec 11, 2023
1 parent e3d263f commit 7a14978
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/protocol/test-sol/stability/SortedOracles.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ contract AddOracle is SortedOraclesTest {
}

contract GetTokenReportExpirySeconds is SortedOraclesTest {
function setUp() public {
super.setUp();
}

function test_ShouldGetTokenReportExpirySeconds_WhenNoTokenLevelExpiryIsSet() public {
assertEq(sortedOracle.getTokenReportExpirySeconds(aToken), reportExpiry);
Expand Down

0 comments on commit 7a14978

Please sign in to comment.