Skip to content

Commit c6b9d6a

Browse files
committed
Fix test
1 parent 155e17f commit c6b9d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sqlparser_clickhouse.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@ fn parse_select_table_function_settings() {
11131113
Some(vec![
11141114
Setting {
11151115
key: "s0".into(),
1116-
value: Value::Number("3".into(), false)
1116+
value: Value::Number("3".parse().unwrap(), false)
11171117
},
11181118
Setting {
11191119
key: "s1".into(),

0 commit comments

Comments
 (0)