Skip to content

Commit

Permalink
Update from_row_derive test
Browse files Browse the repository at this point in the history
  • Loading branch information
blackbeam committed Dec 31, 2024
1 parent 6734cf2 commit 81d9caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ mod tests {
text_data: String,
#[mysql(json)]
json_data: serde_json::Value,
#[mysql(with = "from_literal", rename = "custom")]
#[mysql(deserialize_with = "from_literal", rename = "custom")]
custom_bool: bool,
}

Expand Down

0 comments on commit 81d9caf

Please sign in to comment.