Skip to content

Commit

Permalink
Fix the name of the test utils module
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cochrane committed Apr 17, 2017
1 parent e2260a2 commit 1fe7ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/ipconfig.t
Expand Up @@ -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 ) = @_;
Expand Down

0 comments on commit 1fe7ca8

Please sign in to comment.