Correct test descriptions
This commit is contained in:
@@ -52,7 +52,7 @@ sub os : Tests(2) {
|
||||
my $test = shift;
|
||||
|
||||
can_ok($test->{info}, 'os');
|
||||
is($test->{info}->os(), 'Kentrox', q(Vendor returns 'Kentrox'));
|
||||
is($test->{info}->os(), 'Kentrox', q(OS returns 'Kentrox'));
|
||||
}
|
||||
|
||||
sub os_ver : Tests(3) {
|
||||
|
||||
Reference in New Issue
Block a user