This commit is contained in:
Adria Navarro 2025-01-30 16:57:48 +01:00
parent 6f2d279f0e
commit 2f4e798cf5
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ describe("getSequentialName", () => {
it("handles nullish prefix", async () => {
const name = getSequentialName([], null)
expect(name).toBe(null)
expect(name).toBe("")
})
it("handles just the prefix", async () => {