Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bitdivine committed Oct 1, 2024
1 parent 9d4d72a commit 9d3ac49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Tests for the `PaymentType::CallerPaysIcrc2Cycles` payment type.
use crate::util::pic_canister::PicCanisterTrait;
use crate::util::test_environment::{TestSetup, PaidMethods, LEDGER_FEE};
use crate::util::test_environment::{PaidMethods, TestSetup, LEDGER_FEE};
use candid::Nat;
use ic_papi_api::{PaymentError, PaymentType};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Tests for the `PaymentType::CallerPaysIcrc2Tokens` payment type.
use crate::util::cycles_ledger::Account;
use crate::util::pic_canister::PicCanisterTrait;
use crate::util::test_environment::{TestSetup, PaidMethods, LEDGER_FEE};
use crate::util::test_environment::{PaidMethods, TestSetup, LEDGER_FEE};
use candid::Nat;
use ic_papi_api::caller::CallerPaysIcrc2Tokens;
use ic_papi_api::cycles::cycles_ledger_canister_id;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Tests for the `PaymentType::PatronPaysIcrc2Cycles` payment type.
use crate::util::cycles_ledger::{Account, ApproveArgs};
use crate::util::pic_canister::PicCanisterTrait;
use crate::util::test_environment::{TestSetup, PaidMethods, LEDGER_FEE};
use crate::util::test_environment::{PaidMethods, TestSetup, LEDGER_FEE};
use candid::Nat;
use ic_papi_api::{principal2account, PaymentError, PaymentType};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! Tests for the `PaymentType::PatronPaysIcrc2Tokens` payment type.
use crate::util::cycles_ledger::{Account, ApproveArgs};
use crate::util::pic_canister::PicCanisterTrait;
use crate::util::test_environment::{TestSetup, PaidMethods, LEDGER_FEE};
use crate::util::test_environment::{PaidMethods, TestSetup, LEDGER_FEE};
use candid::Nat;
use ic_papi_api::caller::PatronPaysIcrc2Tokens;
use ic_papi_api::{principal2account, PaymentError, PaymentType};
Expand Down

0 comments on commit 9d3ac49

Please sign in to comment.