From 35a38985d3da54e70155a0ddbf77ff67f8df6859 Mon Sep 17 00:00:00 2001 From: Mario Campos Date: Tue, 7 Apr 2026 09:00:40 -0500 Subject: [PATCH] Specify "Java" for a test case Co-authored-by: Michael B. Gale --- src/start-proxy.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/start-proxy.test.ts b/src/start-proxy.test.ts index 3fb8796f8..5e5bce6c9 100644 --- a/src/start-proxy.test.ts +++ b/src/start-proxy.test.ts @@ -273,7 +273,7 @@ test("getCredentials returns all goproxy_servers for Go when specified", async ( t.assert(goproxyServers.some((c) => c.host === "goproxy2.example.com")); }); -test("getCredentials returns all maven_repositories for a language when specified", async (t) => { +test("getCredentials returns all maven_repositories for Java when specified", async (t) => { const multipleMavenRepositories = [ { type: "maven_repository",