cosmos-sdk/core/context/context._test.go

12 lines
163 B
Go

package context
import (
"testing"
"github.com/stretchr/testify/require"
)
func Test_Sanity(t *testing.T) {
require.NotEqual(t, CometInfoKey, ExecModeKey)
}