moved probe classes to ::Probe:: namespace
[scpubgit/System-Introspector.git] / t / users.t
index 707e9c6..101affd 100644 (file)
--- a/t/users.t
+++ b/t/users.t
@@ -1,9 +1,9 @@
 use strictures 1;
 use Test::More;
 
-use System::Introspector::Users;
+use System::Introspector::Probe::Users;
 
-my $probe = System::Introspector::Users->new;
+my $probe = System::Introspector::Probe::Users->new;
 my $data  = $probe->gather;
 
 ok((my $user = $data->{users}{ +getlogin }), 'found own user');