We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb05d4 commit a90c298Copy full SHA for a90c298
packages/google-cloud-node/system-test/speech.js
@@ -143,7 +143,7 @@ describe('Speech', function() {
143
});
144
145
describe('startRecognition', function() {
146
- it.only('recognizes speech from raw audio', function(done) {
+ it('recognizes speech from raw audio', function(done) {
147
fs.readFile(AUDIO_FILES.bridge.path, function(err, audioFile) {
148
assert.ifError(err);
149
0 commit comments