Skip to content

Commit

Permalink
chore: remove warnings from reserves tests
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <[email protected]>
  • Loading branch information
pseudobun committed Aug 21, 2024
1 parent 610bbbf commit f0f5428
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/market/tests/local_tests/scenarios/reserves.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ use crate::utils::{setup, TestData};
use market::PriceDataUpdate;
use market_sdk::{convert_i256_to_i128, parse_units};
const AMOUNT_COEFFICIENT: u64 = 10u64.pow(0);
const SCALE_6: f64 = 10u64.pow(6) as f64;
const SCALE_9: f64 = 10u64.pow(9) as f64;

#[tokio::test]
async fn reserves_test() {
Expand Down

0 comments on commit f0f5428

Please sign in to comment.