From 53a5b5aa0a10ed16344a930f6e2f989df9810736 Mon Sep 17 00:00:00 2001 From: "Eric A. Miller" Date: Wed, 11 Apr 2018 19:57:32 -0400 Subject: [PATCH] Correct typo in store hash --- xt/lib/Test/SNMP/Info/Layer2/ZyXEL_DSLAM.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xt/lib/Test/SNMP/Info/Layer2/ZyXEL_DSLAM.pm b/xt/lib/Test/SNMP/Info/Layer2/ZyXEL_DSLAM.pm index 757eec82..af585fc2 100644 --- a/xt/lib/Test/SNMP/Info/Layer2/ZyXEL_DSLAM.pm +++ b/xt/lib/Test/SNMP/Info/Layer2/ZyXEL_DSLAM.pm @@ -46,7 +46,7 @@ sub setup : Tests(setup) { '_id' => '.1.3.6.1.4.1.890', '_ip_addresses' => 1, 'store' => - {'ip_addresses' => {'2.3.4.5' => '2.3.4.5'}, {'1.2.3.4' => '1.2.3.4'}}, + {'ip_addresses' => {'2.3.4.5' => '2.3.4.5', '1.2.3.4' => '1.2.3.4'}}, }; $test->{info}->cache($cache_data); }