Skip to content

Commit b422f8e

Browse files
mario-camposmbg
andauthored
Specify "Java" for a test case
Co-authored-by: Michael B. Gale <mbg@github.com>
1 parent 6e71e89 commit b422f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/start-proxy.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ test("getCredentials returns all goproxy_servers for Go when specified", async (
273273
t.assert(goproxyServers.some((c) => c.host === "goproxy2.example.com"));
274274
});
275275

276-
test("getCredentials returns all maven_repositories for a language when specified", async (t) => {
276+
test("getCredentials returns all maven_repositories for Java when specified", async (t) => {
277277
const multipleMavenRepositories = [
278278
{
279279
type: "maven_repository",

0 commit comments

Comments
 (0)