Skip to content

Commit f2eff11

Browse files
author
unconst
committed
cargo fmt
1 parent 0363082 commit f2eff11

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pallets/collective/src/tests.rs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,13 +1511,7 @@ fn close_disapprove_does_not_care_about_weight_or_len() {
15111511
Error::<Test, Instance1>::ProposalLengthBoundLessThanProposalLength,
15121512
);
15131513
assert_noop!(
1514-
Collective::close(
1515-
RuntimeOrigin::root(),
1516-
hash,
1517-
0,
1518-
Weight::zero(),
1519-
proposal_len
1520-
),
1514+
Collective::close(RuntimeOrigin::root(), hash, 0, Weight::zero(), proposal_len),
15211515
Error::<Test, Instance1>::ProposalWeightLessThanDispatchCallWeight,
15221516
);
15231517
// Now we make the proposal fail

0 commit comments

Comments
 (0)