Skip to content

Commit 70b8527

Browse files
committed
fixup! fixup! test(cli): improve TestServer/SpammyLogs line count
1 parent dc30a51 commit 70b8527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/server_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ func TestServer(t *testing.T) {
253253
"--cache-dir", t.TempDir(),
254254
)
255255
pty := ptytest.New(t).Attach(inv)
256-
require.NoError(t, pty.Resize(80, 80))
256+
require.NoError(t, pty.Resize(20, 80))
257257
clitest.Start(t, inv)
258258

259259
// Wait for startup

0 commit comments

Comments
 (0)