Skip to content

Commit

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

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

0 comments on commit ce45814

Please sign in to comment.