Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fluidvanadium committed Nov 19, 2024
1 parent 949b9ec commit 0912cef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion darkside-tests/tests/network_interruption_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,12 @@ async fn shielded_note_marked_as_change_test() {
json::stringify_pretty(scenario.get_lightclient(0).do_list_notes(true).await, 4)
);
println!("do list tx summaries:");
dbg!(scenario.get_lightclient(0).sorted_value_transfers(true).await);
dbg!(
scenario
.get_lightclient(0)
.sorted_value_transfers(true)
.await
);

// assert the balance is correct
assert_eq!(
Expand Down

0 comments on commit 0912cef

Please sign in to comment.