From 9b175bc3ca7a2a65add0ec4a42a79b5c9f47314b Mon Sep 17 00:00:00 2001 From: Vincent Prouillet Date: Wed, 8 Nov 2017 17:16:24 +0100 Subject: Add missing credit_card derive impl --- validator_derive/tests/complex.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'validator_derive/tests/complex.rs') diff --git a/validator_derive/tests/complex.rs b/validator_derive/tests/complex.rs index b9363e4..db62600 100644 --- a/validator_derive/tests/complex.rs +++ b/validator_derive/tests/complex.rs @@ -170,6 +170,7 @@ fn test_works_with_question_mark_operator() { let signup = SignupData { mail: "invalid_email".to_string(), site: "http://hello.com".to_string(), + phone: "+14152370800".to_string(), first_name: "Bob".to_string(), age: 18, }; -- cgit v1.2.3