mirror of
https://github.com/securego/gosec.git
synced 2025-07-03 00:27:05 +02:00
Fix typos in comments, vars and tests
This commit is contained in:
committed by
Cosmin Cojocar
parent
e1484658ac
commit
1f689968ec
@ -32,7 +32,7 @@ var _ = Describe("Helpers", func() {
|
||||
Expect(err).ShouldNot(HaveOccurred())
|
||||
Expect(paths).Should(Equal([]string{dir}))
|
||||
})
|
||||
It("should return the package package path", func() {
|
||||
It("should return the package path", func() {
|
||||
paths, err := gosec.PackagePaths(dir+"/...", nil)
|
||||
Expect(err).ShouldNot(HaveOccurred())
|
||||
Expect(paths).Should(Equal([]string{dir}))
|
||||
|
Reference in New Issue
Block a user