Skip to content

Commit 70d26bb

Browse files
committed
test: untested test case fix(lint fixes)
1 parent a4f2aa8 commit 70d26bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/plugins/linux/sshd_config_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type SshdConfigSuite struct{}
2020

2121
var _ = check.Suite(&SshdConfigSuite{})
2222

23-
func (self *SshdConfigSuite) TestParseSshdConfig(c *check.C) {
23+
func (s *SshdConfigSuite) TestParseSshdConfig(c *check.C) {
2424
testInputs := map[string]struct {
2525
configText string
2626
expectedConfig map[string]string

0 commit comments

Comments
 (0)