Skip to content

Commit 2e38f28

Browse files
committed
adapt tests for linux
1 parent 3604b68 commit 2e38f28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Tests/Editor/TestLLM.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ public virtual void SetParameters()
170170
}
171171
else
172172
{
173-
reply1 = "Sure! Here's a fun fact: Ants are among the most common insects, often found in human homes, and they play an important role in soil fertility by breaking down organic matter.";
173+
reply1 = "Sure! Here's a fun fact: Ants work together to build complex structures like nests, which is a fascinating example of teamwork.";
174174
reply2 = "Of course! Here's a fun fact: Ants are among the most common insects, often found in human homes, and they play an important role in soil fertility by breaking down organic matter.";
175175
}
176176
tokens1 = 20;
@@ -566,7 +566,7 @@ public override void SetParameters()
566566
else
567567
{
568568
reply1 = "Ants are known for their ability to build complex structures, such as hexagons, which is a key feature of their social behavior.";
569-
reply2 = "Of course! Ants are so sneaky and clever that they can even build intricate nests with just a few minutes of effort—no matter where you start!";
569+
reply2 = "Of course! Ants are so smart—well, they’re not really!";
570570
}
571571
}
572572

0 commit comments

Comments
 (0)