mirror of
https://github.com/securego/gosec.git
synced 2024-12-25 03:55:54 +00:00
Fixed CI workflow
The CI workflow wasn't able to complete succesfully. * Formatted the call_list_test.go file
This commit is contained in:
parent
fc0957f6a3
commit
5666ea35ba
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ var _ = Describe("Call List", func() {
|
||||||
Expect(matched).Should(Equal(1))
|
Expect(matched).Should(Equal(1))
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
It("should match a call expression", func() {
|
It("should match a call expression", func() {
|
||||||
// Create file to be scanned
|
// Create file to be scanned
|
||||||
pkg := testutils.NewTestPackage()
|
pkg := testutils.NewTestPackage()
|
||||||
|
|
Loading…
Reference in a new issue