mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 00:25:41 +00:00
Reserve function name (#2609)
* reserve function name * bumpd impl version * Revert "bumpd impl version" This reverts commit 03a23e308312d857bdfd3c90ff564b4b11347530. * add test * update test * update lock * Fix test on stable
This commit is contained in:
committed by
Bastian Köcher
parent
062b734571
commit
57f306a3c1
@@ -381,7 +381,7 @@ mod tests {
|
||||
let key2 = 18u32;
|
||||
|
||||
DoubleMap::insert(key1, key2, vec![1]);
|
||||
DoubleMap::append(key1, key2, &[2, 3]);
|
||||
DoubleMap::append(key1, key2, &[2, 3]).unwrap();
|
||||
assert_eq!(DoubleMap::get(key1, key2), vec![1, 2, 3]);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user