From 0dbdfa46df987ce893b367ef8ce8cde35b9bc122 Mon Sep 17 00:00:00 2001 From: Ace Nassri Date: Fri, 12 Aug 2016 15:05:48 -0700 Subject: [PATCH] Fix typo --- bigquery/system-test/query.test.js | 2 +- bigquery/test/query.test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bigquery/system-test/query.test.js b/bigquery/system-test/query.test.js index a73d35d74c..984f5b62fb 100644 --- a/bigquery/system-test/query.test.js +++ b/bigquery/system-test/query.test.js @@ -13,7 +13,7 @@ 'use strict'; -var example = require('../sync_query'); +var example = require('../query'); describe('bigquery:query', function () { describe('sync_query', function () { diff --git a/bigquery/test/query.test.js b/bigquery/test/query.test.js index 9884e9dab6..3e77e1e1e7 100644 --- a/bigquery/test/query.test.js +++ b/bigquery/test/query.test.js @@ -40,7 +40,7 @@ function getSample () { bigquery: sinon.stub().returns(bigqueryMock) }; return { - program: proxyquire('../sync_query', { + program: proxyquire('../query', { gcloud: gcloudMock }), mocks: {