Skip to content

Commit 45cc3b6

Browse files
authored
Vision snippets. (#294)
1 parent b9ca54b commit 45cc3b6

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)