DEV: apply new coding standards (#10592)
This commit is contained in:
@@ -2,6 +2,6 @@ import Invite from "discourse/models/invite";
|
||||
|
||||
QUnit.module("model:invite");
|
||||
|
||||
QUnit.test("create", assert => {
|
||||
QUnit.test("create", (assert) => {
|
||||
assert.ok(Invite.create(), "it can be created without arguments");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user