Skip to content

Commit bf3d547

Browse files
Potential fix for pull request finding 'Useless parameter'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent b2fbe64 commit bf3d547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ void testDeniesCustomToolWhenPermissionDenied(TestInfo testInfo) throws Exceptio
328328
* @see Snapshot: tools/overrides_built_in_tool_with_custom_tool
329329
*/
330330
@Test
331-
void testOverridesBuiltInToolWithCustomTool(TestInfo testInfo) throws Exception {
331+
void testOverridesBuiltInToolWithCustomTool() throws Exception {
332332
ctx.configureForTest("tools", "overrides_built_in_tool_with_custom_tool");
333333

334334
var parameters = new HashMap<String, Object>();

0 commit comments

Comments
 (0)