We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f413a commit abbb766Copy full SHA for abbb766
bigquery/test/query.test.js
@@ -40,7 +40,7 @@ function getSample () {
40
bigquery: sinon.stub().returns(bigqueryMock)
41
};
42
return {
43
- program: proxyquire('../sync_query', {
+ program: proxyquire('../query', {
44
gcloud: gcloudMock
45
}),
46
mocks: {
0 commit comments