Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GREsau committed Oct 2, 2022
1 parent 4754a13 commit c59e5b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemars_derive/src/attr/schemars_to_serde.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ mod tests {
#[serde(skip_serializing_if = "some_fn")]
field1: i32,
#[schemars(with = "with", bound = "bound")]
#[serde(serialize_with = "se")]
#[serde(bound = "bound", serialize_with = "se")]
field2: i32,
#[schemars(skip)]
#[serde(skip)]
Expand Down

0 comments on commit c59e5b5

Please sign in to comment.