correct prettier offence

This commit is contained in:
Sam
2018-09-17 10:30:36 +10:00
parent e51c676135
commit bc4e2aa07c

View File

@ -238,10 +238,7 @@ QUnit.test("Unpinning unlisted topic", async assert => {
await click(".topic-admin-visible .btn");
await click(".toggle-admin-menu");
assert.ok(
exists(".topic-admin-pin"),
"it should show the multi select menu"
);
assert.ok(exists(".topic-admin-pin"), "it should show the multi select menu");
});
QUnit.test("selecting posts", async assert => {