Skip to content

Commit 50e4a3c

Browse files
chore: linting
1 parent 25b1c09 commit 50e4a3c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dataproc/system-test/quickstart.test.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,7 @@ describe('execute the quickstart', () => {
6363
});
6464

6565
after(async () => {
66-
await storage
67-
.bucket(bucketName)
68-
.file(jobFileName)
69-
.delete();
66+
await storage.bucket(bucketName).file(jobFileName).delete();
7067
await storage.bucket(bucketName).delete();
7168

7269
const [clusters] = await clusterClient.listClusters({

0 commit comments

Comments
 (0)