mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
Fix typo
Signed-off-by: Cosmin Cojocar <gcojocar@adobe.com>
This commit is contained in:
parent
a11eb28e2f
commit
ec31a3a691
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ var _ = Describe("Helpers", func() {
|
|||
Expect(result).Should(HaveKeyWithValue("fmt", "Println"))
|
||||
})
|
||||
|
||||
It("should return the type and call name when built-in new function is overriden", func() {
|
||||
It("should return the type and call name when built-in new function is overridden", func() {
|
||||
pkg := testutils.NewTestPackage()
|
||||
defer pkg.Close()
|
||||
pkg.AddFile("main.go", `
|
||||
|
|
Loading…
Reference in a new issue