Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7592ce4

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

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎go/extractor/util/registryproxy_test.go

Copy file name to clipboardExpand all lines: go/extractor/util/registryproxy_test.go
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.