mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Make eslint happy.
This commit is contained in:
@@ -23,7 +23,7 @@ test("canJoinGroup", function() {
|
||||
test('canRequestMembership', function() {
|
||||
this.subject().setProperties({
|
||||
model: { allow_membership_requests: false, alias_level: 0 }
|
||||
})
|
||||
});
|
||||
|
||||
equal(this.subject().get('canRequestMembership'), false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user