Skip to content

Commit

Permalink
test: rm blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
xenide committed Mar 17, 2024
1 parent a87d160 commit af51abe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/OracleWriter.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,6 @@ contract OracleWriterTest is BaseTest {
function testOracle_OverflowAccPrice(uint32 aNewStartTime) public randomizeStartTime(aNewStartTime) allPairs {
// arrange - make the last observation close to overflowing
(,,, uint16 lIndex) = _pair.getReserves();

_writeObservation(_pair, lIndex, 1e3, 1e3, type(int88).max, type(int88).max, uint32(block.timestamp % 2 ** 31));
Observation memory lPrevObs = _oracleCaller.observation(_pair, lIndex);

Expand Down

0 comments on commit af51abe

Please sign in to comment.