Skip to content

Commit a90c298

Browse files
landritostephenplusplus
authored andcommitted
Removed 'only' from a test. (#1867)
1 parent 1eb05d4 commit a90c298

File tree

1 file changed

+1
-1
lines changed
  • packages/google-cloud-node/system-test

1 file changed

+1
-1
lines changed

packages/google-cloud-node/system-test/speech.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ describe('Speech', function() {
143143
});
144144

145145
describe('startRecognition', function() {
146-
it.only('recognizes speech from raw audio', function(done) {
146+
it('recognizes speech from raw audio', function(done) {
147147
fs.readFile(AUDIO_FILES.bridge.path, function(err, audioFile) {
148148
assert.ifError(err);
149149

0 commit comments

Comments
 (0)