Skip to content

Commit 4a4424f

Browse files
committed
refactor(NoAuth): Update tests with NoAuth
1 parent d80af19 commit 4a4424f

File tree

5 files changed

+135
-136
lines changed

5 files changed

+135
-136
lines changed

examples/IBM.Watson.SpeechToText.v1.Examples/ServiceExample.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,6 @@ public void AddWord()
515515
var result = service.AddWord(
516516
customizationId: "{customizationId}",
517517
wordName: "NCAA",
518-
word: "dotnet",
519518
soundsLike: new List<string>()
520519
{
521520
"N. C. A. A.",

0 commit comments

Comments
 (0)