DEV: apply new coding standards (#10592)
This commit is contained in:
@@ -2,7 +2,7 @@ import Session from "discourse/models/session";
|
||||
|
||||
QUnit.module("model:session");
|
||||
|
||||
QUnit.test("highestSeenByTopic", assert => {
|
||||
QUnit.test("highestSeenByTopic", (assert) => {
|
||||
const session = Session.current();
|
||||
assert.deepEqual(
|
||||
session.get("highestSeenByTopic"),
|
||||
|
||||
Reference in New Issue
Block a user