summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-03-03 19:36:41 +0100
committerDaniel Friesel <derf@finalrewind.org>2012-03-03 19:36:41 +0100
commita5a6a29ebbb4a96cd957004cfb1c5c7685eced7d (patch)
treeac063519a11a644c0eec5ae5ffb8cd8e9c6e5be5 /t
parent3fbc270a36ba9f3639b4f869b64ecc5102f18575 (diff)
29-app-hashl.t: Fix bracket mixup
Diffstat (limited to 't')
-rw-r--r--t/29-app-hashl.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/29-app-hashl.t b/t/29-app-hashl.t
index 4fc1a5f..8eb0ac9 100644
--- a/t/29-app-hashl.t
+++ b/t/29-app-hashl.t
@@ -106,7 +106,7 @@ ok(
'Re-add file to database',
);
-ok($hashl->file_in_db('t/in/1k', 'file in db again'));
+ok($hashl->file_in_db('t/in/1k'), 'file in db again');
undef $hashl;