Browse Source

Remove unused file

Volodymyr Tkach 2 years ago
parent
commit
231684b377
1 changed files with 0 additions and 17 deletions
  1. 0 17
      gosql/engine/engine_test.go

+ 0 - 17
gosql/engine/engine_test.go

@@ -1,17 +0,0 @@
-package engine_test
-
-import (
-	"testing"
-
-	. "github.com/onsi/ginkgo"
-	. "github.com/onsi/gomega"
-)
-
-var _ = Describe("engine", func() {
-	// Nothing to test here
-})
-
-func TestSuite(t *testing.T) {
-	RegisterFailHandler(Fail)
-	RunSpecs(t, "gosql/engine")
-}