substrate icon indicating copy to clipboard operation
substrate copied to clipboard

add negative tests

Open gilescope opened this issue 2 years ago • 0 comments

Added some more negative tests to make sure a retired person has no special privileges.

The last 3 asserts currently return Ok(()) and thus fail the test.

We're using 4 and the announcement origin is defined as the following in the mock:

`type AnnouncementOrigin = EnsureSignedBy<Three, u64>;`

Maybe I have got the test wrong in some way?

gilescope avatar Aug 08 '22 18:08 gilescope