Skip to content

Commit 1684ec9

Browse files
committed
updated type test
1 parent 028f490 commit 1684ec9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

samples/client/petstore/rust/reqwest/petstore/tests/type_testing.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ fn test_types() {
1414
boolean: true,
1515
uuid: Uuid::new_v4(),
1616
bytes: vec![1, 2, 3, 4],
17+
nullable_bytes: Some(Some(vec![1, 2, 3, 4])),
1718
decimal: String::from("foo"),
1819
};
1920
assert_eq!(type_of(tt.int32), "i32");

0 commit comments

Comments
 (0)