Skip to content

Commit

Permalink
Update contracts/deposit-contract-tests/src/test_fixture.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Marijan Petričević <[email protected]>
  • Loading branch information
jonas089 and marijanp authored Mar 27, 2024
1 parent 90a8c06 commit a10d11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/deposit-contract-tests/src/test_fixture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ impl TestContext {
.expect("should have contract")
.named_keys()
.get(key_name)
.unwrap()
.expect("Key not found")
}

pub fn contract_hash_from_named_keys(
Expand Down

0 comments on commit a10d11e

Please sign in to comment.