From 8232e783fabbe854fe6c54bd0932ba33dd0ad9f5 Mon Sep 17 00:00:00 2001 From: nick n <39005454+inphobia@users.noreply.github.com> Date: Tue, 13 Nov 2018 08:57:02 +0100 Subject: [PATCH] use correct module (#279) The test code for Layer2::Aerohive should reference the Layer2::Aerohive class, not Layer1::Allied. --- xt/lib/Test/SNMP/Info/Layer2/Aerohive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xt/lib/Test/SNMP/Info/Layer2/Aerohive.pm b/xt/lib/Test/SNMP/Info/Layer2/Aerohive.pm index 67866d14..3b7b6441 100644 --- a/xt/lib/Test/SNMP/Info/Layer2/Aerohive.pm +++ b/xt/lib/Test/SNMP/Info/Layer2/Aerohive.pm @@ -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;