From 23eb66fd3e58012a641f3f132f84942bc7f37856 Mon Sep 17 00:00:00 2001 From: Antoine Mercadal Date: Thu, 2 Apr 2020 15:29:50 -0700 Subject: [PATCH] lint: make gopls happy --- lombric/checks_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, },