fix comments that were in wrong spot from refactoring
[scpubgit/Object-Remote.git] / t / basic_data.t
index 081305d..c0f960e 100644 (file)
@@ -2,6 +2,8 @@ use strictures 1;
 use Test::More;
 use Sys::Hostname qw(hostname);
 
+$ENV{OBJECT_REMOTE_TEST_LOGGER} = 1;
+
 use Object::Remote::FromData;
 
 my $connection = Object::Remote->connect('-');