Skip to content

Commit b192bc7

Browse files
authored
tests: fix dropped error (#1081)
1 parent bf2049d commit b192bc7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/utils.go

+3
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ func (env *ClickHouseTestEnvironment) setVersion() {
9494
TLS: tlsConfig,
9595
DialTimeout: time.Duration(timeout) * time.Second,
9696
})
97+
if err != nil {
98+
panic(err)
99+
}
97100
v, err := conn.ServerVersion()
98101
if err != nil {
99102
panic(err)

0 commit comments

Comments
 (0)