Skip to content

Commit

Permalink
lint: make gopls happy
Browse files Browse the repository at this point in the history
  • Loading branch information
primalmotion committed Apr 2, 2020
1 parent c0ac909 commit 23eb66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lombric/checks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 23eb66f

Please sign in to comment.