summaryrefslogtreecommitdiffstats
path: root/t/search_path.t
diff options
context:
space:
mode:
Diffstat (limited to 't/search_path.t')
-rw-r--r--t/search_path.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/search_path.t b/t/search_path.t
index ef6901c..247b57f 100644
--- a/t/search_path.t
+++ b/t/search_path.t
@@ -1,13 +1,13 @@
use strict;
use warnings;
+use Log::Any::Adapter ('TAP');
use Test::More;
use Test::MockObject;
use Test::Differences;
use App::BorgRestore;
use App::BorgRestore::DB;
-use Log::Any::Adapter ('TAP');
my $db = App::BorgRestore::DB->new(":memory:", 0);
my $app = App::BorgRestore->new_no_defaults({db => $db});