Skip to content

Commit 81d9caf

Browse files
committed
Update from_row_derive test
1 parent 6734cf2 commit 81d9caf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ mod tests {
739739
text_data: String,
740740
#[mysql(json)]
741741
json_data: serde_json::Value,
742-
#[mysql(with = "from_literal", rename = "custom")]
742+
#[mysql(deserialize_with = "from_literal", rename = "custom")]
743743
custom_bool: bool,
744744
}
745745

0 commit comments

Comments
 (0)