fix lint errors
This commit is contained in:
parent
c4b7819713
commit
e77e7b664a
@ -26,7 +26,7 @@ args:
|
||||
- {{ .Path }}
|
||||
`
|
||||
|
||||
c.LoadDecl(decl)
|
||||
assert.Nil(t, c.LoadDecl(decl))
|
||||
assert.Equal(t, "find", c.Path)
|
||||
}
|
||||
|
||||
@ -40,7 +40,7 @@ args:
|
||||
- "{{ .Path }}"
|
||||
`
|
||||
|
||||
c.LoadDecl(decl)
|
||||
assert.Nil(t, c.LoadDecl(decl))
|
||||
assert.Equal(t, "find", c.Path)
|
||||
assert.Equal(t, 1, len(c.Args))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user