From 8917dac5ded44927804a8e4da52a0c187ac40b92 Mon Sep 17 00:00:00 2001 From: Vincent Koc <25068+vincentkoc@users.noreply.github.com> Date: Sat, 11 Jul 2026 03:08:57 -0700 Subject: [PATCH] style(ci): format performance workflow test --- test/scripts/openclaw-performance-workflow.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/scripts/openclaw-performance-workflow.test.ts b/test/scripts/openclaw-performance-workflow.test.ts index d078193249b7..429468222f77 100644 --- a/test/scripts/openclaw-performance-workflow.test.ts +++ b/test/scripts/openclaw-performance-workflow.test.ts @@ -153,9 +153,7 @@ describe("OpenClaw performance workflow", () => { expect(baseline.if).toBeUndefined(); expect(baseline.env?.CLAWGRIT_REPORTS_TOKEN).toBeUndefined(); - expect(run).toContain( - 'remote add origin "https://github.com/openclaw/clawgrit-reports.git"', - ); + expect(run).toContain('remote add origin "https://github.com/openclaw/clawgrit-reports.git"'); expect(run).toContain("fetch --filter=blob:none --depth=1 origin main"); expect(run).toContain('cat-file -e "FETCH_HEAD:${pointer}"'); expect(run).toContain('show "FETCH_HEAD:${pointer}"');