Skip to content

Commit b01089b

Browse files
brunoborgesCopilot
andcommitted
Apply formatting fix in CompactionTest
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 6880482 commit b01089b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/test/java/com/github/copilot/sdk/CompactionTest.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,8 @@ void testShouldTriggerCompactionWithLowThresholdAndEmitEvents() throws Exception
7979

8080
// Send multiple messages to fill up the context window
8181
// 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);
82+
session.sendAndWait(new MessageOptions().setPrompt("Tell me a story about a dragon. Be detailed.")).get(60,
83+
TimeUnit.SECONDS);
8584
session.sendAndWait(
8685
new MessageOptions().setPrompt("Continue the story with more details about the dragon's castle."))
8786
.get(60, TimeUnit.SECONDS);

0 commit comments

Comments
 (0)