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

This commit is contained in:
Matt Kocubinski 2024-06-11 11:29:04 -04:00 committed by GitHub
parent 150ca963f2
commit d45f08cde7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)
}