Skip to content

Commit c71a0a3

Browse files
committed
Fix grammar in test comment ("a plenty of" → "plenty of")
1 parent 1d5d032 commit c71a0a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/judge.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ function makeJudgeInputForTmp(runDir: string): {
505505
claudeBin: '/bin/false',
506506
runDir,
507507
runConfig: makeRunConfig({ runFolder: 'run-timeout' }),
508-
// Fill the transcript with a plenty of bytes so halving the caps would be observable.
508+
// Fill the transcript with plenty of bytes so halving the caps would be observable.
509509
transcript: makeTranscript([assistantMessage([textBlock('x'.repeat(20_000))]), turn(1)]),
510510
variantContent: 'v'.repeat(20_000),
511511
outputs: [],

0 commit comments

Comments
 (0)