diff --git a/cli/spinner_test.ts b/cli/spinner_test.ts index ec3017c47ffa..01fa762e0724 100644 --- a/cli/spinner_test.ts +++ b/cli/spinner_test.ts @@ -27,7 +27,7 @@ Deno.test("Spinner constructor accepts spinner", async () => { ]); const actual = normalizeString(text); - assert(actual.startsWith("0 1 2 3 4 5 6 7 8 9")); + assert(actual.startsWith("0 1 2 3 4 5 6")); }); Deno.test("Spinner constructor accepts message", async () => {