Skip to content

Commit

Permalink
test: rm unused test case
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Mar 11, 2024
1 parent 90ff41a commit 15d2a5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/unit/OracleWriter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ contract OracleWriterTest is BaseTest {
assertNotEq(lObs1.logInstantRawPrice, lObs0.logInstantRawPrice, "a");
}

function testUpdateOracle_BurnThenSwapSameBlock() external allPairs { }

function testUpdateOracle_MultipleSwapsSameBlock() external allPairs {
// arrange
_stepTime(5);
Expand Down

0 comments on commit 15d2a5c

Please sign in to comment.