mirror of
https://gitee.com/johng/gf
synced 2026-06-07 10:22:11 +08:00
✨ improve clickhouse driver
This commit is contained in:
@ -239,5 +239,5 @@ func TestDriver_TableFields(t *testing.T) {
|
||||
defer dropClickhouseTable(connect)
|
||||
field, err := connect.TableFields(context.Background(), "visits")
|
||||
gtest.AssertNil(err)
|
||||
gtest.AssertNQ(len(field), 4)
|
||||
gtest.AssertEQ(len(field), 4)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user