Skip to content

Commit 8322114

Browse files
authored
Update and rename mat_cols_test.go to materialized_column_test.go
1 parent acca784 commit 8322114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/std/mat_cols_test.go tests/std/materialized_column_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929
"github.com/stretchr/testify/require"
3030
)
3131

32-
func TestMatColInsert(t *testing.T) {
32+
func TestMaterializedColumnInsert(t *testing.T) {
3333
dsns := map[string]clickhouse.Protocol{"Native": clickhouse.Native, "Http": clickhouse.HTTP}
3434
useSSL, err := strconv.ParseBool(clickhouse_tests.GetEnv("CLICKHOUSE_USE_SSL", "false"))
3535
require.NoError(t, err)

0 commit comments

Comments
 (0)