aboutsummaryrefslogtreecommitdiffstats
path: root/t/00_load.t
diff options
context:
space:
mode:
Diffstat (limited to 't/00_load.t')
-rw-r--r--t/00_load.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/00_load.t b/t/00_load.t
index 4a923e4..a0c0900 100644
--- a/t/00_load.t
+++ b/t/00_load.t
@@ -3,8 +3,8 @@
use Test::More tests => 2;
BEGIN {
-use_ok( 'Isocheck' );
-require_ok('Isocheck');
+use_ok('MDK::ISOcheck');
+require_ok('MDK::ISOcheck');
}
-diag( "Testing Isocheck $Isocheck::VERSION" ); \ No newline at end of file
+diag("Testing MDK::ISOcheck $MDK::ISOcheck::VERSION"); \ No newline at end of file