Skip to content

Commit

Permalink
Update soroban-env-host/src/test/storage.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Siddharth Suresh <[email protected]>
  • Loading branch information
dmkozh and sisuresh authored Jul 14, 2023
1 parent ff59808 commit b7671a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-env-host/src/test/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ fn test_storage(host: &Host, contract_id: AddressObject, storage: &str) {
host_vec![host, key_1].into(),
)
.unwrap();
// Delete again - that's a no-op, but it should fail either.
// Delete again - that's a no-op, but it shouldn't fail either.
host.call(
contract_id,
storage_fn_name(host, "del", storage),
Expand Down

0 comments on commit b7671a4

Please sign in to comment.