We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf9072 commit d3de3fdCopy full SHA for d3de3fd
pallets/collective/src/tests.rs
@@ -1117,8 +1117,8 @@ fn motions_all_first_vote_free_works() {
1117
);
1118
assert_eq!(close_rval.unwrap().pays_fee, Pays::No);
1119
1120
- // trying to close the proposal, which is already closed
1121
- // Expecting error "ProposalNotExists" with Pays::Yes
+ // Trying to close the proposal, which is already closed
+ // Error: "ProposalNotExists" with Pays::Yes.
1122
let close_rval: DispatchResultWithPostInfo = Collective::close(
1123
RuntimeOrigin::signed(2),
1124
hash,
0 commit comments