From 70ca0f07ff76ad7995a710ac638f390d024ca9c3 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 8 Apr 2026 10:32:33 +0100 Subject: [PATCH] fix(test): align current main verification fixtures --- src/commands/status-all/format.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/status-all/format.test.ts b/src/commands/status-all/format.test.ts index 55943f93c89..12be9ffa814 100644 --- a/src/commands/status-all/format.test.ts +++ b/src/commands/status-all/format.test.ts @@ -83,7 +83,7 @@ describe("status-all format", () => { }, channelLabel: "stable (config)", gitLabel: "main · tag v1.2.3", - updateLine: "git main · ↔ origin/main · behind 2 · npm update 2026.4.9", + updateLine: "git main · ↔ origin/main · behind 2 · npm latest 2026.4.9", updateAvailable: true, }); });