use correct module (#279)

The test code for Layer2::Aerohive should reference the Layer2::Aerohive class, not Layer1::Allied.
This commit is contained in:
nick n
2018-11-13 08:57:02 +01:00
committed by Jeroen van Ingen Schenau
parent 5aa21deb07
commit 8232e783fa

View File

@@ -31,7 +31,7 @@ package Test::SNMP::Info::Layer2::Aerohive;
use Test::Class::Most parent => 'My::Test::Class';
use SNMP::Info::Layer1::Allied;
use SNMP::Info::Layer2::Aerohive;
sub setup : Tests(setup) {
my $test = shift;