refactor(x/core): remove test (#20624)

This commit is contained in:
Matt Kocubinski
2024-06-11 15:29:04 +00:00
committed by GitHub
parent 150ca963f2
commit d45f08cde7
-11
View File
@@ -1,11 +0,0 @@
package context
import (
"testing"
"github.com/stretchr/testify/require"
)
func Test_Sanity(t *testing.T) {
require.NotEqual(t, CometInfoKey, ExecModeKey)
}