mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
update (#457)
This commit is contained in:
@@ -363,7 +363,7 @@ mod tests {
|
||||
with_externalities(&mut new_test_ext(), || {
|
||||
assert_eq!(Claims::total(), 100);
|
||||
assert_eq!(Claims::claims(&alice_eth()), Some(100));
|
||||
assert_eq!(Claims::claims(&Default::default()), None);
|
||||
assert_eq!(Claims::claims(&EthereumAddress::default()), None);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user