Index: /branches/neb_distrib_20081210/Nebulous-Server/t/01_load.t
===================================================================
--- /branches/neb_distrib_20081210/Nebulous-Server/t/01_load.t	(revision 23753)
+++ /branches/neb_distrib_20081210/Nebulous-Server/t/01_load.t	(revision 23754)
@@ -12,5 +12,5 @@
 use Test::More tests => 5;
 
-BEGIN { use_ok( 'Nebulous::Keys' ); }
+BEGIN { use_ok( 'Nebulous::Key' ); }
 BEGIN { use_ok( 'Nebulous::Server' ); }
 BEGIN { use_ok( 'Nebulous::Server::Log' ); }
Index: /branches/neb_distrib_20081210/Nebulous-Server/t/75_parse_neb_key.t
===================================================================
--- /branches/neb_distrib_20081210/Nebulous-Server/t/75_parse_neb_key.t	(revision 23753)
+++ /branches/neb_distrib_20081210/Nebulous-Server/t/75_parse_neb_key.t	(revision 23754)
@@ -14,5 +14,5 @@
 use lib qw( ./t ./lib );
 
-use Nebulous::Keys qw( parse_neb_key );
+use Nebulous::Key qw( parse_neb_key );
 use Test::Nebulous;
 
