X-Git-Url: http://git.rot13.org/?p=Biblio-RFID.git;a=blobdiff_plain;f=t%2F10-3M-810.t;h=66938c113ced32f0b3afa35eb50112c56595007a;hp=bd48bdb7378659cd3007b9f2db34e0214f36a87f;hb=b9bf276a9f48c5d2b5aa14473df14ca37dc1d76a;hpb=93623e9dcaf13cb5c91744182c0d57e97d0a4af0 diff --git a/t/10-3M-810.t b/t/10-3M-810.t index bd48bdb..66938c1 100755 --- a/t/10-3M-810.t +++ b/t/10-3M-810.t @@ -1,6 +1,6 @@ #!/usr/bin/perl -use Test::More tests => 2; +use Test::More tests => 3; use Data::Dump qw(dump); use lib 'lib'; @@ -11,4 +11,5 @@ BEGIN { ok( my $o = RFID::Serial::3M810->new( device => '/dev/ttyUSB0' ), 'new' ); +ok( my $inventory = $o->inventory, 'inventory' );