summaryrefslogtreecommitdiffstats
path: root/t/04_find_archives.t
diff options
context:
space:
mode:
Diffstat (limited to 't/04_find_archives.t')
-rw-r--r--t/04_find_archives.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/04_find_archives.t b/t/04_find_archives.t
index 2d40eef..7f0186a 100644
--- a/t/04_find_archives.t
+++ b/t/04_find_archives.t
@@ -17,7 +17,7 @@ $db->mock('get_archives_for_path', sub {return [
{ modification_time => 15, archive => "test5"},
];});
-my $app = App::BorgRestore->new_no_defaults({}, {db => $db});
+my $app = App::BorgRestore->new_no_defaults({db => $db});
eq_or_diff($app->find_archives('test/path'), [
{archive => 'test1', modification_time => 2},