From d45f08cde71a3277b82163a9edbf9c275effbd6b Mon Sep 17 00:00:00 2001 From: Matt Kocubinski Date: Tue, 11 Jun 2024 11:29:04 -0400 Subject: [PATCH] refactor(x/core): remove test (#20624) --- core/context/context._test.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 core/context/context._test.go 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) -}