Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
irataxy committed Nov 18, 2020
1 parent a33fb48 commit c3be93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/test/transcoder.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ after(async () => {
await deleteFiles();
await storage.bucket(bucketName).delete();
} catch (err) {
console.log('Cannot delete bucket');
console.log('Cannot delete bucket');
}
});

Expand Down

0 comments on commit c3be93f

Please sign in to comment.