Skip to content

Commit

Permalink
fix: fmt (#406)
Browse files Browse the repository at this point in the history
* fix: fmt

* Go back to next

* Go back
  • Loading branch information
igamigo authored Jun 28, 2024
1 parent 847ba6f commit a2f7bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async fn test_added_notes() {
wait_for_node(&mut client).await;

let (_, _, faucet_account_stub) = setup(&mut client, AccountStorageType::OffChain).await;

// Mint some asset for an account not tracked by the client. It should not be stored as an
// input note afterwards since it is not being tracked by the client
let fungible_asset = FungibleAsset::new(faucet_account_stub.id(), MINT_AMOUNT).unwrap();
Expand Down

0 comments on commit a2f7bcf

Please sign in to comment.