Skip to content

Commit

Permalink
fix: fix system tests by choosing semver range for BigQuery (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored Oct 31, 2018
1 parent b80139a commit 6015091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"through2": "^2.0.3"
},
"devDependencies": {
"@google-cloud/bigquery": "*",
"@google-cloud/bigquery": "^2.0.1",
"@google-cloud/nodejs-repo-tools": "^2.3.3",
"@google-cloud/pubsub": "^0.20.1",
"@google-cloud/storage": "^2.2.0",
Expand Down
3 changes: 1 addition & 2 deletions system-test/logging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
*/

import * as assert from 'assert';
// tslint:disable-next-line variable-name
const BigQuery = require('@google-cloud/bigquery');
const {BigQuery} = require('@google-cloud/bigquery');
import * as extend from 'extend';
import * as is from 'is';
import * as nock from 'nock';
Expand Down

0 comments on commit 6015091

Please sign in to comment.