Skip to content

Commit

Permalink
Fix test reference
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Jan 2, 2025
1 parent 3722b95 commit 657dab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/revive/rpc/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async fn deploy_and_call() -> anyhow::Result<()> {
async fn revert_call() -> anyhow::Result<()> {
let _lock = SHARED_RESOURCES.write();
let client = SharedResources::client().await;
let (bytecode, contract) = get_contract("ErrorTester")?;
let (bytecode, contract) = get_contract("Errors")?;
let receipt = TransactionBuilder::default()
.input(bytecode)
.send_and_wait_for_receipt(&client)
Expand Down

0 comments on commit 657dab1

Please sign in to comment.