Skip to content

Commit

Permalink
Vision snippets. (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored Jan 10, 2017
1 parent b9ca54b commit 45cc3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/system-test/quickstart.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const proxyquire = require(`proxyquire`).noPreserveCache();
const translate = proxyquire(`@google-cloud/translate`, {})();

test.before(stubConsole);
test.after(restoreConsole);
test.after.always(restoreConsole);

test.cb(`should translate a string`, (t) => {
const string = `Hello, world!`;
Expand Down

0 comments on commit 45cc3b6

Please sign in to comment.