Skip to content

Commit

Permalink
appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfrench committed Feb 4, 2024
1 parent d3ec9e8 commit 873755e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion help_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ func TestMutuallyExclusiveFlags(t *testing.T) {
},
}

ShowAppHelp(cmd)
_ = ShowAppHelp(cmd)

assert.Contains(t, writer.String(), "--s1", "written help does not include mutex flag")
}
Expand Down

0 comments on commit 873755e

Please sign in to comment.