Skip to content

Commit 97f867e

Browse files
committed
chore: test name.
1 parent 7c0b4fb commit 97f867e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/serde_valid/tests/custom_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ fn named_struct_custom_closure_vec_errors_is_err() {
283283
}
284284

285285
#[test]
286-
fn filed_custom_validation_use_self() {
286+
fn filed_custom_validation_using_self() {
287287
fn food_validation(kind: &str, food: &str) -> Result<(), serde_valid::validation::Error> {
288288
match kind {
289289
"cat" => {

0 commit comments

Comments
 (0)