add more tests for stores (#445)
This commit is contained in:
11
core/stores/clickhouse/clickhouse_test.go
Normal file
11
core/stores/clickhouse/clickhouse_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package clickhouse
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
)
|
||||
|
||||
func TestClickHouse(t *testing.T) {
|
||||
assert.NotNil(t, New("clickhouse"))
|
||||
}
|
||||
Reference in New Issue
Block a user