Skip to content

Commit 88fbdde

Browse files
authored
Update custom_types.rs
1 parent a041650 commit 88fbdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/custom_types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async fn custom_types_round_trip() {
8989
//selected_data.clone().into_sql::<(Array<MyType>, Array<Integer>, Array<Array<MyType>>)>(),
9090
(
9191
//selected_data.0.clone().into_sql::<(Array<MyType>)>(),
92-
selected_data.1.clone().into_sql::<(Array<Array<Integer>>)>(),
92+
selected_data.0.clone().into_sql::<(Array<Array<Integer>>)>(),
9393
//selected_data.2.clone().into_sql::<(Array<Array<MyType>>)>(),
9494
)
9595
)

0 commit comments

Comments
 (0)