diff --git a/extensions/cli/src/ui/UpdateNotification.test.tsx b/extensions/cli/src/ui/UpdateNotification.test.tsx index 5dc4c89a0c8..3579ac6b3a7 100644 --- a/extensions/cli/src/ui/UpdateNotification.test.tsx +++ b/extensions/cli/src/ui/UpdateNotification.test.tsx @@ -119,7 +119,7 @@ describe("UpdateNotification", () => { const { lastFrame } = render(); - expect(lastFrame()).toContain("◉ Updating to v1.0.1"); + expect(lastFrame()).toContain("Updating to v1.0.1"); }); it("should show updated message when update completes", () => {