We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6880482 commit b01089bCopy full SHA for b01089b
1 file changed
src/test/java/com/github/copilot/sdk/CompactionTest.java
@@ -79,9 +79,8 @@ void testShouldTriggerCompactionWithLowThresholdAndEmitEvents() throws Exception
79
80
// Send multiple messages to fill up the context window
81
// With such low thresholds, even a few messages should trigger compaction
82
- session.sendAndWait(
83
- new MessageOptions().setPrompt("Tell me a story about a dragon. Be detailed."))
84
- .get(60, TimeUnit.SECONDS);
+ session.sendAndWait(new MessageOptions().setPrompt("Tell me a story about a dragon. Be detailed.")).get(60,
+ TimeUnit.SECONDS);
85
session.sendAndWait(
86
new MessageOptions().setPrompt("Continue the story with more details about the dragon's castle."))
87
.get(60, TimeUnit.SECONDS);
0 commit comments