Skip to content

Commit 36fc9ae

Browse files
committed
test: remove accidental skip statement
1 parent 88e2aa1 commit 36fc9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/test.speech_to_text.v1.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ describe('speech_to_text', function() {
353353
assert.equal(req.method, 'POST');
354354
});
355355

356-
it.skip('should create new recognitions job', function() {
356+
it('should create new recognitions job', function() {
357357
const path =
358358
'/v1/recognitions?callback_url=http%3A%2F%2Fwatson-test-resources.mybluemix.net%2Fresults&events=recognitions.completed&user_token=myArbitraryIdentifier1&results_ttl=60';
359359
const response = {

0 commit comments

Comments
 (0)