diff --git a/packages/tui/test/cli/tui/prompt-interrupt-status.test.tsx b/packages/tui/test/cli/tui/prompt-interrupt-status.test.tsx
index ebb9269c80f..00aeab227ae 100644
--- a/packages/tui/test/cli/tui/prompt-interrupt-status.test.tsx
+++ b/packages/tui/test/cli/tui/prompt-interrupt-status.test.tsx
@@ -8,10 +8,10 @@ test("armed interrupt status renders visible warning text", async () => {
const text = RGBA.fromHex("#ffffff")
const subdued = RGBA.fromHex("#808080")
const warning = RGBA.fromHex("#fbbf24")
- const app = await testRender(
- () => ,
- { width: 30, height: 1 },
- )
+ const app = await testRender(() => , {
+ width: 30,
+ height: 1,
+ })
try {
await app.renderOnce()