aboutsummaryrefslogtreecommitdiffstats
path: root/t/01-Locales.t
diff options
context:
space:
mode:
Diffstat (limited to 't/01-Locales.t')
-rw-r--r--t/01-Locales.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/01-Locales.t b/t/01-Locales.t
index e2016d0..5fef81e 100644
--- a/t/01-Locales.t
+++ b/t/01-Locales.t
@@ -4,10 +4,10 @@ use warnings FATAL => 'all';
use Test::More;
BEGIN {
- use_ok( 'AdminPanel::Shared::Locales' ) || print "Locales failed!\n";
+ use_ok( 'ManaTools::Shared::Locales' ) || print "Locales failed!\n";
}
-ok( my $o = AdminPanel::Shared::Locales->new({domain_name => 'test_AdminPanel_Shared_Locales'}), 'create');
+ok( my $o = ManaTools::Shared::Locales->new({domain_name => 'test_ManaTools_Shared_Locales'}), 'create');
is( $o->N_("test"), 'test', 'N' );
done_testing;