mirror of
https://github.com/github/codeql.git
synced 2026-03-05 23:26:51 +01:00
Go: Restore parseRegistryConfigsFail test for the empty string
This commit is contained in:
@@ -23,7 +23,7 @@ func parseRegistryConfigsSuccess(t *testing.T, str string) []RegistryConfig {
|
||||
}
|
||||
|
||||
func TestParseRegistryConfigs(t *testing.T) {
|
||||
// parseRegistryConfigsFail(t, "")
|
||||
parseRegistryConfigsFail(t, "")
|
||||
|
||||
empty := parseRegistryConfigsSuccess(t, "[]")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user