Skip to content

Commit f4fc147

Browse files
committed
fix rust tests
1 parent 53da883 commit f4fc147

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ dump_json_input_2 = {'a': 'something'}
156156
None,
157157
false,
158158
None,
159+
None,
159160
)
160161
.unwrap();
161162
let repr = format!("{}", serialization_result.bind(py).repr().unwrap());
@@ -179,6 +180,7 @@ dump_json_input_2 = {'a': 'something'}
179180
None,
180181
false,
181182
None,
183+
None,
182184
)
183185
.unwrap();
184186
let repr = format!("{}", serialization_result.bind(py).repr().unwrap());

0 commit comments

Comments
 (0)