Skip to content

Commit c708fd6

Browse files
Copilotedburns
andauthored
Remove "TDD red-phase" from ExecutorWiringTest Javadoc
Agent-Logs-Url: https://github.com/github/copilot-sdk-java/sessions/93199b25-7c90-4c45-9540-527396b8990c Co-authored-by: edburns <75821+edburns@users.noreply.github.com>
1 parent 25f1069 commit c708fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
import com.github.copilot.sdk.json.UserInputResponse;
3434

3535
/**
36-
* TDD red-phase tests verifying that when an {@link Executor} is provided via
36+
* Tests verifying that when an {@link Executor} is provided via
3737
* {@link CopilotClientOptions#setExecutor(Executor)}, all internal
3838
* {@code CompletableFuture.*Async} calls are routed through that executor
3939
* instead of {@code ForkJoinPool.commonPool()}.

0 commit comments

Comments
 (0)