summaryrefslogtreecommitdiff
path: root/vendor/github.com/stretchr/testify/package_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/stretchr/testify/package_test.go')
-rw-r--r--vendor/github.com/stretchr/testify/package_test.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/vendor/github.com/stretchr/testify/package_test.go b/vendor/github.com/stretchr/testify/package_test.go
deleted file mode 100644
index 7ac5d6d..0000000
--- a/vendor/github.com/stretchr/testify/package_test.go
+++ /dev/null
@@ -1,12 +0,0 @@
-package testify
-
-import (
- "github.com/stretchr/testify/assert"
- "testing"
-)
-
-func TestImports(t *testing.T) {
- if assert.Equal(t, 1, 1) != true {
- t.Error("Something is wrong.")
- }
-}