[multisig, insubstantial] WeightTooLow -> MaxWeightTooLow (#8112)

This commit is contained in:
joshua-mir
2021-02-24 09:31:49 +01:00
committed by GitHub
parent 76d3814e90
commit 7d285f7474
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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,
);
});
}