featurebase/idk/kinesis/cmd_test.go
2022-09-02 13:23:39 -07:00

12 lines
151 B
Go

package kinesis
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestNewMain(t *testing.T) {
m := NewMain()
assert.NotNil(t, m)
}