Skip to content

Commit 4f1fcef

Browse files
committed
add await
1 parent 980ab2b commit 4f1fcef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/google-cloud-dataproc/samples/test/quickstart.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ describe('execute the quickstart', () => {
5353
beforeEach(async () => {
5454
const [bucket] = await storage.createBucket(bucketName);
5555
await bucket.file(jobFileName).save(sortCode);
56-
projectId = storage.getProjectId();
56+
projectId = await storage.getProjectId();
5757
});
5858

5959
it('should execute the quickstart', async function () {

0 commit comments

Comments
 (0)