Skip to content

Commit 7c08b98

Browse files
committed
ci: fix linux tests
1 parent 191d065 commit 7c08b98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/integration.rs

+2
Original file line numberDiff line numberDiff line change
@@ -2019,6 +2019,7 @@ fn nchar_not_truncated() {
20192019
conn.execute(
20202020
&format!("INSERT INTO {} (a) VALUES (?);", table_name),
20212021
&"Ü".into_parameter(),
2022+
None
20222023
)
20232024
.unwrap();
20242025

@@ -2065,6 +2066,7 @@ fn system_encoding() {
20652066
conn.execute(
20662067
&format!("INSERT INTO {} (a) VALUES (?);", table_name),
20672068
&"Ü".into_parameter(),
2069+
None,
20682070
)
20692071
.unwrap();
20702072

0 commit comments

Comments
 (0)