github.com/shuguocloud/go-zero@v1.3.0/core/stores/clickhouse/clickhouse_test.go (about) 1 package clickhouse 2 3 import ( 4 "testing" 5 6 "github.com/stretchr/testify/assert" 7 ) 8 9 func TestClickHouse(t *testing.T) { 10 assert.NotNil(t, New("clickhouse")) 11 }