Skip to content

Commit

Permalink
pkg/promobot: paramTypeCombine lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Augustus <saugustus@vmware.com>
  • Loading branch information
justaugustus committed Oct 21, 2020
1 parent 750fade commit 0152b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/promobot/hash_test.go
Expand Up @@ -56,7 +56,7 @@ func TestHash(t *testing.T) {
// is very handy when making bigger changes. The intention of these
// tests is to make the changes explicit, particularly in code
// review, not to force manual updates.
func AssertMatchesFile(t *testing.T, actual string, p string) {
func AssertMatchesFile(t *testing.T, actual, p string) {
b, err := ioutil.ReadFile(p)
if err != nil {
if os.Getenv("UPDATE_EXPECTED_OUTPUT") == "" {
Expand Down

0 comments on commit 0152b9c

Please sign in to comment.