mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
[multisig, insubstantial] WeightTooLow -> MaxWeightTooLow (#8112)
This commit is contained in:
@@ -531,7 +531,7 @@ fn weight_check_works() {
|
||||
|
||||
assert_noop!(
|
||||
Multisig::as_multi(Origin::signed(2), 2, vec![1, 3], Some(now()), data, false, 0),
|
||||
Error::<Test>::WeightTooLow,
|
||||
Error::<Test>::MaxWeightTooLow,
|
||||
);
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user