Skip to content

Commit

Permalink
chore: rebase issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Vid201 committed Nov 7, 2024
1 parent 7a692db commit e92d648
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
use std::str::FromStr;

use crate::utils::{print_case_title, setup, TestData};
use crate::utils::{print_case_title, setup, TestBaseAsset, TestData};
use chrono::Utc;
use fuels::{
prelude::ViewOnlyAccount,
Expand Down Expand Up @@ -42,7 +40,7 @@ async fn main_test() {
publish_time,
prices,
..
} = setup(None).await;
} = setup(None, TestBaseAsset::USDC).await;

let price_data_update = PriceDataUpdate {
update_fee: 1,
Expand Down

0 comments on commit e92d648

Please sign in to comment.