Skip to content

Commit

Permalink
Vision snippets. (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and Ace Nassri committed Nov 17, 2022
1 parent 47c05da commit c91b053
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 c91b053

Please sign in to comment.