Skip to content

Commit cf103f9

Browse files
committed
lib: fix JS linting issues
1 parent 4774cb6 commit cf103f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/agents/test-grpc-tracing-race.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ async function runRepro(getEnv, kind) {
2828
resolve();
2929
}));
3030

31-
// send lots of trace requests to trigger tracing
31+
// Send lots of trace requests to trigger tracing
3232
for (let i = 0; i < traceBursts; i++) {
3333
client.tracing(kind, 0);
3434
}
3535

36-
// toggle tracing on and off
36+
// Toggle tracing on and off
3737
for (let i = 0; i < toggleRounds; i++) {
3838
const enabled = (i % 2) !== 0;
3939
await grpcServer.reconfigure(agentId, { tracingEnabled: enabled });

0 commit comments

Comments
 (0)