From 2ffacab96db28bd84c387bd25702db1b3d6c8d97 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 23 Nov 2022 13:46:38 -0500 Subject: [PATCH] per SIP2 spec Signed-off-by: Jason Etheridge --- t/02patron_info.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/02patron_info.t b/t/02patron_info.t index 2c54e4e..59508ca 100755 --- a/t/02patron_info.t +++ b/t/02patron_info.t @@ -156,7 +156,7 @@ sub create_invalid_patron_tests { }, { field => FID_VALID_PATRON, pat => qr/^N$/, - required => 1, + required => 0, }, ]; push @tests, $test; -- 2.11.0