mirror of
https://github.com/securego/gosec.git
synced 2025-11-23 22:15:04 +02: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:
committed by
Cosmin Cojocar
parent
fc0957f6a3
commit
5666ea35ba
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user