Skip to content

Commit

Permalink
Accuracy degradation for Velocimeter and Aerodrome on base
Browse files Browse the repository at this point in the history
  • Loading branch information
zZoMROT committed Nov 28, 2024
1 parent 3115bb4 commit 062f2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/oracles/SolidlyOracle.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ describe('SolidlyOracle', function () {
}

describe('VelocimeterV2', function () {
shouldWorkForOracle(deployVelocimeterV2);
shouldWorkForOracle(deployVelocimeterV2, 0.1);
});

describe('Aerodrome', function () {
shouldWorkForOracle(deployAerodrome, 0.11);
shouldWorkForOracle(deployAerodrome, 0.15);
});
});
});

0 comments on commit 062f2e2

Please sign in to comment.