summary refs log tree commit diff
path: root/changelog.d/64.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Swap method calls in RoomAccessTestCase.test_change_rules (#64)Andrew Morgan2020-09-181-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.