Tests: align google shared expectations

This commit is contained in:
Luke K (pr-0f3t)
2026-01-08 23:12:37 -05:00
parent 1be8a39442
commit 16f893c46b
3 changed files with 39 additions and 21 deletions

View File

@@ -330,7 +330,9 @@ export function buildStatusMessage(args: StatusArgs): string {
const usagePair = formatUsagePair(inputTokens, outputTokens);
const costLine = costLabel ? `💵 Cost: ${costLabel}` : null;
const usageCostLine =
usagePair && costLine ? `${usagePair} · ${costLine}` : usagePair ?? costLine;
usagePair && costLine
? `${usagePair} · ${costLine}`
: (usagePair ?? costLine);
return [
versionLine,