Skip to content

Commit 88b6fb6

Browse files
committed
chore: update assistant test because of new workspace
1 parent c515f0c commit 88b6fb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/IBM.WatsonDeveloperCloud.Assistant.v1.IntegrationTests/AssistantServiceIntegrationTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ public class AssistantServiceIntegrationTests
4040

4141
private static string _workspaceID;
4242
private string _inputString = "Hello";
43-
private string _assistantString0 = "unlock the door";
44-
private string _assistantString1 = "turn on the ac";
45-
private string _assistantString2 = "turn down the radio";
43+
private string _assistantString0 = "Are you open on christmas?";
44+
private string _assistantString1 = "Can you connect me to a real person?";
45+
private string _assistantString2 = "goodbye";
4646

4747
private static string _createdWorkspaceName = "dotnet-sdk-example-workspace-delete";
4848
private static string _createdWorkspaceDescription = "A Workspace created by the .NET SDK Conversation example script. Please delete this.";

0 commit comments

Comments
 (0)