Skip to content

Commit e67629e

Browse files
committed
test(Assistant): Updated Assistant integration tests
1 parent 0010ab5 commit e67629e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Scripts/UnitTests/TestAssistantCF.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ class TestAssistantCF : UnitTest
4040
private fsSerializer _serializer = new fsSerializer();
4141

4242
private string _inputString = "Hello";
43-
private string _conversationString0 = "unlock the door";
44-
private string _conversationString1 = "turn on the ac";
45-
private string _conversationString2 = "turn down the radio";
43+
private string _conversationString0 = "Are you open on christmas?";
44+
private string _conversationString1 = "Can you connect me to a real person?";
45+
private string _conversationString2 = "goodbye";
4646
private static string _lastIntent = null;
4747

4848
private static string _createdWorkspaceName = "unity-sdk-example-workspace-delete";

0 commit comments

Comments
 (0)