Skip to content

Commit 14ed573

Browse files
mario-camposmbg
andcommitted
Specify "Go" for a test case
Co-authored-by: Michael B. Gale <mbg@github.com>
1 parent 43d8864 commit 14ed573

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
@@ -252,7 +252,7 @@ test("getCredentials returns all for a language when specified", async (t) => {
252252
t.assert(credentialsTypes.includes("git_source"));
253253
});
254254

255-
test("getCredentials returns all goproxy_servers for a language when specified", async (t) => {
255+
test("getCredentials returns all goproxy_servers for Go when specified", async (t) => {
256256
const multipleGoproxyServers = [
257257
{ type: "goproxy_server", host: "goproxy1.example.com", token: "token1" },
258258
{ type: "goproxy_server", host: "goproxy2.example.com", token: "token2" },

0 commit comments

Comments
 (0)