Skip to content

Commit

Permalink
Pass an empty object. (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenplusplus authored and JustinBeckwith committed Sep 11, 2018
1 parent 996bed8 commit c406c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-test/bigquery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ describe('BigQuery', () => {

before(done => {
fs.createReadStream(TEST_DATA_JSON_PATH)
.pipe(file.createWriteStream())
.pipe(file.createWriteStream({}))
.on('error', done)
.on('finish', done);
});
Expand Down

0 comments on commit c406c92

Please sign in to comment.