Skip to content

Commit

Permalink
[derive] test: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Awayume committed Nov 25, 2023
1 parent a19f1a0 commit 7aa70ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion url_parser_derive/tests/query_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ fn ptr_types() {
};
assert_eq!(
param2.to_query_params(),
"?array_ptr_u8=1,2 3&tuple_ptr_u8=1&slice_ptr_u8=1,2,3&opt_ptr_u8=1&vec_ptr_u8=1,2 3".to_string(),
"?array_ptr_u8=1,2,3&tuple_ptr_u8=1&slice_ptr_u8=1,2,3&opt_ptr_u8=1&vec_ptr_u8=1,2,3".to_string(),
);

let param3: PtrTypes = PtrTypes {
Expand Down

0 comments on commit 7aa70ad

Please sign in to comment.