DEV: Consistently use kebab-case in service lookups (#24552)

This commit is contained in:
Jarek Radosz
2023-11-25 18:10:10 +01:00
committed by GitHub
parent 3912a2dc24
commit 68960b26be
3 changed files with 11 additions and 5 deletions

View File

@ -57,7 +57,7 @@ module(
currentUserMembership: { following: true },
meta: { can_join_chat_channel: false },
});
this.appEvents = this.container.lookup("service:appEvents");
this.appEvents = this.container.lookup("service:app-events");
});
test("it shows status on mentions", async function (assert) {