Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
🐛 fix rpc test (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt authored Nov 8, 2023
1 parent e1493f0 commit a535e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-rpc-test/call.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ async fn works_on_correct_call_no_calldata(madara: &ThreadSafeMadaraClient) -> R
)
.await
.unwrap(),
vec![FieldElement::ZERO]
vec![FieldElement::from_hex_be("0x4574686572").unwrap()]
);

Ok(())
Expand Down

0 comments on commit a535e11

Please sign in to comment.