Skip to content

Commit

Permalink
feat: 🎨 fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbelleng committed Apr 23, 2024
1 parent 4ea7242 commit ebd56ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_tests/tests/test_trace_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async fn fail_no_trace_available(deoxys: JsonRpcClient<HttpTransport>) {
let is_correct_error = checking_error_format(
&error,
StarknetError::NoTraceAvailable(NoTraceAvailableErrorData {
status: SequencerTransactionStatus::Rejected, //Check this because here Pathfinder and Juno return a Trace but with a revert_reason":"Error in the called contract
status: SequencerTransactionStatus::Rejected, //Check this because here Pathfinder and Juno return a ContractError but with a revert_reason":"Error in the called contract,
}),
);

Expand Down

0 comments on commit ebd56ff

Please sign in to comment.