Skip to content

Commit 08a5fff

Browse files
committed
Fix test
1 parent 048154b commit 08a5fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/it/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ async fn server_side_param() {
143143
assert_eq!(result, bytes);
144144

145145
let result = client
146-
.query("SELECT getSetting('max_block_size') WHERE {value: UInt8} = 1")
146+
.query("SELECT toUInt64(getSetting('max_block_size')) WHERE {value: UInt8} = 1")
147147
.with_setting("max_block_size", "123")
148148
.param("value", 1)
149149
.fetch_one::<u64>()

0 commit comments

Comments
 (0)