diff --git a/t/ipconfig.t b/t/ipconfig.t index 9a2ce77..ad0b05d 100644 --- a/t/ipconfig.t +++ b/t/ipconfig.t @@ -5,7 +5,7 @@ use Test::More tests => 3 * 10; use File::Spec; use Sys::HostIP; -use t::lib::MockUtils qw/mock_win32_hostip/; +use t::lib::Utils qw/mock_win32_hostip/; sub test_mock_ipconfig { my ( $file, $expected_results, $test_name ) = @_;