mirror of
https://github.com/securego/gosec.git
synced 2025-11-29 22:37:59 +02:00
Fix go vet errors in tests
This commit is contained in:
@@ -2,7 +2,7 @@ package gas_test
|
||||
|
||||
import (
|
||||
. "github.com/onsi/ginkgo"
|
||||
//. "github.com/onsi/gomega"
|
||||
. "github.com/onsi/gomega"
|
||||
)
|
||||
|
||||
var _ = Describe("ImportTracker", func() {
|
||||
@@ -15,6 +15,7 @@ var _ = Describe("ImportTracker", func() {
|
||||
})
|
||||
Context("when I have a valid go package", func() {
|
||||
It("should record all import specs", func() {
|
||||
Expect(source).To(Equal(source))
|
||||
Skip("Not implemented")
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user