added 3M blank payload
[Biblio-RFID.git] / t / 05-RFID501.t
index b4010d8..fbd7291 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-use Test::More tests => 7;
+use Test::More tests => 8;
 use Data::Dump qw(dump);
 
 use lib 'lib';
@@ -43,3 +43,6 @@ foreach my $tag ( @$tags ) {
 
 }
 
+ok( my $bytes = RFID::Biblio::RFID501->blank, 'blank' );
+diag dump $bytes;
+