Skip to content

Commit 1ee5ce7

Browse files
Copilotbrunoborges
andcommitted
Remove unused MAPPER field from ToolInvocationTest
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent 48aadc4 commit 1ee5ce7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import org.junit.jupiter.api.Test;
1010

11-
import com.fasterxml.jackson.databind.ObjectMapper;
1211
import com.fasterxml.jackson.databind.node.JsonNodeFactory;
1312
import com.fasterxml.jackson.databind.node.ObjectNode;
1413
import com.github.copilot.sdk.json.ToolInvocation;
@@ -21,8 +20,6 @@
2120
*/
2221
public class ToolInvocationTest {
2322

24-
private static final ObjectMapper MAPPER = new ObjectMapper();
25-
2623
/**
2724
* Test all basic getters return values set via setters.
2825
*/

0 commit comments

Comments
 (0)