Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri committed Aug 12, 2016
1 parent 63f413a commit 0dbdfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bigquery/system-test/query.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

'use strict';

var example = require('../sync_query');
var example = require('../query');

describe('bigquery:query', function () {
describe('sync_query', function () {
Expand Down
2 changes: 1 addition & 1 deletion bigquery/test/query.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function getSample () {
bigquery: sinon.stub().returns(bigqueryMock)
};
return {
program: proxyquire('../sync_query', {
program: proxyquire('../query', {
gcloud: gcloudMock
}),
mocks: {
Expand Down

0 comments on commit 0dbdfa4

Please sign in to comment.