summaryrefslogtreecommitdiffstats
path: root/t/02_parsing.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02_parsing.t')
-rw-r--r--t/02_parsing.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/02_parsing.t b/t/02_parsing.t
index 9ff0a5c..8f3bcfb 100644
--- a/t/02_parsing.t
+++ b/t/02_parsing.t
@@ -27,7 +27,7 @@ $borg->mock('list_archive', sub {
} );
# Call the actual function we want to test
-my $app = App::BorgRestore->new({}, {borg => $borg, db => $db});
+my $app = App::BorgRestore->new({borg => $borg, db => $db});
$app->handle_added_archives(['archive-1'], $db);
# Check if $db->add_path has been called properly