Skip to content

Commit 7592ce4

Browse files
committed
Go: Restore parseRegistryConfigsFail test for the empty string
1 parent 91a7944 commit 7592ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/extractor/util/registryproxy_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func parseRegistryConfigsSuccess(t *testing.T, str string) []RegistryConfig {
2323
}
2424

2525
func TestParseRegistryConfigs(t *testing.T) {
26-
// parseRegistryConfigsFail(t, "")
26+
parseRegistryConfigsFail(t, "")
2727

2828
empty := parseRegistryConfigsSuccess(t, "[]")
2929

0 commit comments

Comments
 (0)