Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Swap method calls in RoomAccessTestCase.test_change_rules (#64) | Andrew Morgan | 2020-09-18 | 1 | -0/+1 |
Swap these calls around, as the check for changing `restricted` to `unrestricted` will actually change `self.restricted_room` to an unrestricted room. Do that last, instead of first. Additionally add a comment with a warning. |