Skip to content

Commit 3d9d927

Browse files
author
ace-n
committed
Lint
1 parent f3b3937 commit 3d9d927

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scheduler/test/test.samples.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ describe('Cloud Scheduler Sample Tests', () => {
3232
});
3333

3434
after(async () => {
35-
let jobName = stdout && stdout.trim().split(' ').slice(-1);
35+
const jobName = stdout && stdout.trim().split(' ').slice(-1);
3636
if (jobName) {
3737
await client.deleteJob({name: jobName});
3838
}
39-
})
39+
});
4040

4141
it('should create a scheduler job', async () => {
4242
stdout = execSync(

0 commit comments

Comments
 (0)