diff --git a/test/commands.test.ts b/test/commands.test.ts index f3bcc07..1b220eb 100644 --- a/test/commands.test.ts +++ b/test/commands.test.ts @@ -171,7 +171,7 @@ describe("Commands", () => { ); a.command("a2", "test a2", (_) => _).localize( "fr", - "localA2", + "localiseA2", "test a2 localisé", ); @@ -222,7 +222,7 @@ describe("Commands", () => { { command: "a", description: "test a" }, { command: "a1", description: "test a1" }, { - command: "localA2", + command: "localiseA2", description: "test a2 localisé", }, {