Skip to content

Commit 81d9caf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/lib.rs

+1-1
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)