Skip to content

Commit d3de3fd

Browse files
committed
update test comment
1 parent 6bf9072 commit d3de3fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pallets/collective/src/tests.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1117,8 +1117,8 @@ fn motions_all_first_vote_free_works() {
11171117
);
11181118
assert_eq!(close_rval.unwrap().pays_fee, Pays::No);
11191119

1120-
// trying to close the proposal, which is already closed
1121-
// Expecting error "ProposalNotExists" with Pays::Yes
1120+
// Trying to close the proposal, which is already closed
1121+
// Error: "ProposalNotExists" with Pays::Yes.
11221122
let close_rval: DispatchResultWithPostInfo = Collective::close(
11231123
RuntimeOrigin::signed(2),
11241124
hash,

0 commit comments

Comments
 (0)