per SIP2 spec
authorJason Etheridge <jason@EquinoxOLI.org>
Wed, 23 Nov 2022 18:46:38 +0000 (13:46 -0500)
committerJason Etheridge <jason@EquinoxOLI.org>
Wed, 23 Nov 2022 18:46:38 +0000 (13:46 -0500)
Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
t/02patron_info.t

index 2c54e4e..59508ca 100755 (executable)
@@ -156,7 +156,7 @@ sub create_invalid_patron_tests {
           },
           { field    => FID_VALID_PATRON,
             pat      => qr/^N$/,
-            required => 1,
+            required => 0,
           },
     ];
     push @tests, $test;