Skip to content

Commit 8c1ed33

Browse files
edburnsCopilot
andcommitted
Apply spotless formatting for LowLevelToolDefinitionIT
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c181723 commit 8c1ed33

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

java/src/test/java/com/github/copilot/LowLevelToolDefinitionIT.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ void lowLevelToolDefinition() throws Exception {
7070
invocation -> {
7171
Map<String, Object> args = invocation.getArguments();
7272
String keyword = (String) args.get("keyword");
73-
assertTrue("copilot".equals(keyword),
74-
"Expected tool keyword to be 'copilot' but was: " + keyword);
73+
assertTrue("copilot".equals(keyword), "Expected tool keyword to be 'copilot' but was: " + keyword);
7574
return CompletableFuture.completedFuture("Found: item_alpha, item_beta");
7675
});
7776

0 commit comments

Comments
 (0)