diff --git a/package_test.go b/package_test.go deleted file mode 100644 index c0ea7a8..0000000 --- a/package_test.go +++ /dev/null @@ -1,12 +0,0 @@ -package ceph - -import ( - "github.com/stretchr/testify/assert" - "testing" -) - -func TestImports(t *testing.T) { - if !assert.Equal(t, 1, 1) { - t.Error("Something is wrong.") - } -}