mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 13:27:57 +00:00
* rename StorageMap::exists(key) to ::contains_key(key) * bump impl_version
This commit is contained in:
@@ -460,7 +460,7 @@ fn instantiate_and_call_and_deposit_event() {
|
||||
]);
|
||||
|
||||
assert_ok!(creation);
|
||||
assert!(ContractInfoOf::<Test>::exists(BOB));
|
||||
assert!(ContractInfoOf::<Test>::contains_key(BOB));
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user