Skip to content

Commit

Permalink
update minimum server version for variant test
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres committed Jan 9, 2025
1 parent 1c6c14e commit 1dbf058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/variant_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func setupVariantTest(t *testing.T) driver.Conn {
})
require.NoError(t, err)

if !CheckMinServerServerVersion(conn, 24, 1, 0) {
if !CheckMinServerServerVersion(conn, 24, 4, 0) {
t.Skip(fmt.Errorf("unsupported clickhouse version for Variant type"))
return nil
}
Expand Down

0 comments on commit 1dbf058

Please sign in to comment.