We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acca784 commit 8322114Copy full SHA for 8322114
tests/std/mat_cols_test.go tests/std/materialized_column_test.go
@@ -29,7 +29,7 @@ import (
29
"github.com/stretchr/testify/require"
30
)
31
32
-func TestMatColInsert(t *testing.T) {
+func TestMaterializedColumnInsert(t *testing.T) {
33
dsns := map[string]clickhouse.Protocol{"Native": clickhouse.Native, "Http": clickhouse.HTTP}
34
useSSL, err := strconv.ParseBool(clickhouse_tests.GetEnv("CLICKHOUSE_USE_SSL", "false"))
35
require.NoError(t, err)
0 commit comments