Skip to content

Commit abbb766

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bigquery/test/query.test.js

+1-1
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)