diff --git a/core/context/context._test.go b/core/context/context._test.go deleted file mode 100644 index df7d9dcd93c6..000000000000 --- a/core/context/context._test.go +++ /dev/null @@ -1,11 +0,0 @@ -package context - -import ( - "testing" - - "github.com/stretchr/testify/require" -) - -func Test_Sanity(t *testing.T) { - require.NotEqual(t, CometInfoKey, ExecModeKey) -}