Skip to content

Commit

Permalink
Test failing
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Feb 28, 2025
1 parent 5345c2d commit 824a3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sdk/transaction/speculative_transfer_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ mod tests {
assert!(result.is_err());

let err_string = result.err().unwrap().to_string();
dbg!(err_string);
assert!(err_string.contains(error_message));
}
}

0 comments on commit 824a3c2

Please sign in to comment.