mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-24 06:41:06 +00:00
Use associated constant for max (#3375)
This commit is contained in:
@@ -898,8 +898,8 @@ mod tests {
|
||||
assert_noop!(Purchase::update_balance(
|
||||
Origin::signed(validity_origin()),
|
||||
alice(),
|
||||
u64::max_value(),
|
||||
u64::max_value(),
|
||||
u64::MAX,
|
||||
u64::MAX,
|
||||
Permill::zero(),
|
||||
), Error::<Test>::InvalidAccount);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user