Skip to content

Commit

Permalink
chore: update linting (#57)
Browse files Browse the repository at this point in the history
This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/e2decde6-d852-4ee4-a679-2a536210319e/targets
  • Loading branch information
yoshi-automation authored Apr 17, 2020
1 parent c65b08e commit 539578d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-bigquery-storage/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-bigquery-storage.git",
"sha": "b5b9492a0c4b86b868a2b33c5c350301db29cc65"
"sha": "6b00060ca9bbd07cc540e7f29eb33404c58cdccf"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "1bd77e8ce6f953ac641af7966d0c52646afc16a8",
"internalRef": "305974465"
"sha": "dea1f52034d188ca371c3a70c716ca2a6b3f2aa1",
"internalRef": "306298030"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "6f32150677c9784f3c3a7e1949472bd29c9d72c5"
"sha": "682c0c37d1054966ca662a44259e96cc7aea4413"
}
}
],
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-bigquery-storage/system-test/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {readFileSync} from 'fs';
import {describe, it} from 'mocha';

describe('typescript consumer tests', () => {
it('should have correct type signature for typescript users', async function() {
it('should have correct type signature for typescript users', async function () {
this.timeout(300000);
const options = {
packageDir: process.cwd(), // path to your module.
Expand All @@ -35,7 +35,7 @@ describe('typescript consumer tests', () => {
await packNTest(options); // will throw upon error.
});

it('should have correct type signature for javascript users', async function() {
it('should have correct type signature for javascript users', async function () {
this.timeout(300000);
const options = {
packageDir: process.cwd(), // path to your module.
Expand Down

0 comments on commit 539578d

Please sign in to comment.