moved probe classes to ::Probe:: namespace
[scpubgit/System-Introspector.git] / t / groups.t
index cacae50..dc28ec2 100644 (file)
@@ -1,9 +1,9 @@
 use strictures 1;
 use Test::More;
 
-use System::Introspector::Groups;
+use System::Introspector::Probe::Groups;
 
-my $probe = System::Introspector::Groups->new;
+my $probe = System::Introspector::Probe::Groups->new;
 
 my $result = $probe->gather;
 ok $result, 'received data';