File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ func Test_EmitPrivateRegistryUsed_Single(t *testing.T) {
8888 writer := newMemoryDiagnosticsWriter ()
8989
9090 testItems := []string {
91- "* https://github.com/github/example (Git Source)" ,
91+ "https://github.com/github/example (Git Source)" ,
9292 }
9393
9494 EmitPrivateRegistryUsed (writer , testItems )
@@ -109,8 +109,8 @@ func Test_EmitPrivateRegistryUsed_Multiple(t *testing.T) {
109109 writer := newMemoryDiagnosticsWriter ()
110110
111111 testItems := []string {
112- "* https://github.com/github/example (Git Source)" ,
113- "* https://example.com/goproxy (GOPROXY Server)" ,
112+ "https://github.com/github/example (Git Source)" ,
113+ "https://example.com/goproxy (GOPROXY Server)" ,
114114 }
115115
116116 EmitPrivateRegistryUsed (writer , testItems )
You can’t perform that action at this time.
0 commit comments