Skip to content

Commit 0dbdfa4

Browse files
author
Ace Nassri
committed
Fix typo
1 parent 63f413a commit 0dbdfa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bigquery/system-test/query.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
'use strict';
1515

16-
var example = require('../sync_query');
16+
var example = require('../query');
1717

1818
describe('bigquery:query', function () {
1919
describe('sync_query', function () {

bigquery/test/query.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ function getSample () {
4040
bigquery: sinon.stub().returns(bigqueryMock)
4141
};
4242
return {
43-
program: proxyquire('../sync_query', {
43+
program: proxyquire('../query', {
4444
gcloud: gcloudMock
4545
}),
4646
mocks: {

0 commit comments

Comments
 (0)