Skip to content

Commit

Permalink
Merge branch 'main' into test/cannot-call
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpeterparker authored Apr 3, 2024
2 parents be6812c + 3c52c5c commit 7c2774b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/backend/tests/it/token.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::utils::pocketic::{query_call, setup, update_call, CALLER};
use crate::utils::assertion::assert_tokens_eq;
use crate::utils::pocketic::{query_call, setup, update_call, CALLER};
use candid::Principal;
use lazy_static::lazy_static;
use shared::types::{Token, TokenId};
Expand Down
2 changes: 1 addition & 1 deletion src/backend/tests/it/upgrade.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use crate::utils::pocketic::{setup_with_custom_wasm, update_call, upgrade, CALLER};
use crate::utils::assertion::assert_tokens_eq;
use crate::utils::pocketic::{setup_with_custom_wasm, update_call, upgrade, CALLER};
use candid::Principal;
use shared::types::Token;

Expand Down
2 changes: 1 addition & 1 deletion src/backend/tests/it/utils/mod.rs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pub mod pocketic;
pub mod assertion;
pub mod pocketic;

0 comments on commit 7c2774b

Please sign in to comment.