Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Feb 7, 2024
1 parent 48b45c8 commit 3f7b278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docker_01_basic/main.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use erc20_payment_lib_test::test_durability;

mod multi_account_erc20_transfer;
mod multi_account_gas_transfer;
mod single_erc20_transfer;
mod single_gas_transfer;
mod multi_account_erc20_transfer;

#[tokio::test(flavor = "multi_thread")]
async fn test_durability_1() -> Result<(), anyhow::Error> {
Expand Down

0 comments on commit 3f7b278

Please sign in to comment.