Skip to content

Commit

Permalink
tests: deposit: format.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Sep 19, 2024
1 parent 0cc2a9a commit c18da69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/tests/deposit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ async fn deposit_with_retry_checks() {
)
.await
.unwrap();

let (move_tx_retry, _) = aggregator
.0
.aggregate_move_tx_sigs_rpc(
Expand All @@ -260,7 +260,7 @@ async fn deposit_with_retry_checks() {

assert_eq!(move_tx, move_tx_retry);

move_tx
move_tx
};

let move_tx: Transaction = deserialize_hex(&move_tx).unwrap();
Expand Down

0 comments on commit c18da69

Please sign in to comment.