1
0
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:
Dimitar Banchev
2024-06-24 14:23:54 +02:00
committed by Cosmin Cojocar
parent fc0957f6a3
commit 5666ea35ba

View File

@@ -119,7 +119,6 @@ var _ = Describe("Call List", func() {
Expect(matched).Should(Equal(1))
})
It("should match a call expression", func() {
// Create file to be scanned
pkg := testutils.NewTestPackage()