diff --git a/lombric/checks_test.go b/lombric/checks_test.go index 1d7fe85..db18ae4 100644 --- a/lombric/checks_test.go +++ b/lombric/checks_test.go @@ -89,7 +89,7 @@ func Test_checkAllowedValues(t *testing.T) { { "test failure", args{ - map[string][]string{"a": []string{"1", "2"}}, + map[string][]string{"a": {"1", "2"}}, }, true, },