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 abbb766
Showing 1 changed file with 1 addition and 1 deletion.
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 abbb766

Please sign in to comment.