(t *testing.T)
| 51 | } |
| 52 | |
| 53 | func TestIsValidDialectClickHouse(t *testing.T) { |
| 54 | if !keywords.IsValidDialect("clickhouse") { |
| 55 | t.Error("IsValidDialect should return true for 'clickhouse'") |
| 56 | } |
| 57 | } |
nothing calls this directly
no test coverage detected