Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-n committed Nov 14, 2022
1 parent 4b5d837 commit 6efad70
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scheduler/test/test.samples.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const LOCATION_ID = process.env.LOCATION_ID || 'us-central1';
const SERVICE_ID = 'my-service';

describe('Cloud Scheduler Sample Tests', () => {
let jobName;
let PROJECT_ID;

before(async () => {
Expand All @@ -37,7 +36,5 @@ describe('Cloud Scheduler Sample Tests', () => {
`node createJob.js ${PROJECT_ID} ${LOCATION_ID} ${SERVICE_ID}`
);
assert.match(stdout, /Created job/);
jobName = stdout.split('/').pop();
});
});

0 comments on commit 6efad70

Please sign in to comment.