test: trim redundant line quick-reply account checks

This commit is contained in:
Peter Steinberger
2026-02-16 07:23:40 +00:00
parent 077130bdb8
commit 64a0339d58
2 changed files with 0 additions and 5 deletions

View File

@@ -181,10 +181,6 @@ describe("LINE accounts", () => {
expect(normalizeAccountId("default")).toBe(DEFAULT_ACCOUNT_ID);
});
it("preserves non-default account ids", () => {
expect(normalizeAccountId("business")).toBe("business");
});
it("trims and lowercases account ids", () => {
expect(normalizeAccountId(" Business ")).toBe("business");
});