Skip to content

Commit c57160d

Browse files
committed
prevent bc
1 parent f957fb5 commit c57160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/cts/testServer/timeout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export function assertValidTimeouts(expectedCount: number): void {
3434
switch (lang) {
3535
case 'csharp':
3636
case 'swift':
37-
// csharp and swift clocks are worse than my childhood mickey mouse watch
37+
// csharp and swift clocks are worse than my childhood mickey mouse watch
3838
expect(state.duration[3 * i]).to.be.closeTo(state.duration[3 * i + 1], 800);
3939
break;
4040
case 'javascript':

0 commit comments

Comments
 (0)