1
0
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:
Grant Murphy
2018-01-30 09:32:04 +10:00
parent b49fef79a5
commit 7c7fe752b6
3 changed files with 4 additions and 6 deletions

View File

@@ -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")
})