Skip to content

Commit c91b053

Browse files
jmdobryAce Nassri
authored andcommitted
Vision snippets. (#294)
1 parent 47c05da commit c91b053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/system-test/quickstart.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const proxyquire = require(`proxyquire`).noPreserveCache();
2121
const translate = proxyquire(`@google-cloud/translate`, {})();
2222

2323
test.before(stubConsole);
24-
test.after(restoreConsole);
24+
test.after.always(restoreConsole);
2525

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

0 commit comments

Comments
 (0)