Skip to content

Commit 09760d6

Browse files
committed
fix: updating message text
1 parent 3b074e6 commit 09760d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/cli/src/ui/UpdateNotification.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe("UpdateNotification", () => {
119119

120120
const { lastFrame } = render(<UpdateNotification />);
121121

122-
expect(lastFrame()).toContain("Updating to v1.0.1");
122+
expect(lastFrame()).toContain("Updating to v1.0.1");
123123
});
124124

125125
it("should show updated message when update completes", () => {

0 commit comments

Comments
 (0)