Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
Signed-off-by: 0x009922 <[email protected]>
  • Loading branch information
0x009922 committed Aug 27, 2024
1 parent 266b110 commit 3652169
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion core/src/query/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ mod tests {
query::parameters::{FetchSize, Pagination, QueryParams, Sorting},
};
use nonzero_ext::nonzero;

use test_samples::ALICE_ID;

use super::*;
Expand Down
1 change: 0 additions & 1 deletion core/src/smartcontracts/isi/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ mod tests {
};
use iroha_primitives::json::JsonValue;
use nonzero_ext::nonzero;

use test_samples::{gen_account_in, ALICE_ID, ALICE_KEYPAIR};
use tokio::test;

Expand Down
1 change: 0 additions & 1 deletion tools/parity_scale_cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ mod tests {
use std::str::FromStr as _;

use iroha_data_model::{ipfs::IpfsPath, prelude::*};

use test_samples::ALICE_ID;

use super::*;
Expand Down

0 comments on commit 3652169

Please sign in to comment.