Commit 406feb0
Fix test assertion at line 257 - update from 33 to 34
The test at line 257 calls useTimeZone() which adds an extra
configuration property (USE_TIMEZONE), so it has one more property
than the other tests. Updated the assertion to expect 34 instead of 33.
Co-authored-by: chernser <[email protected]>1 parent 8e95a5a commit 406feb0
File tree
1 file changed
+1
-1
lines changed- client-v2/src/test/java/com/clickhouse/client
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
0 commit comments