diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-03-03 19:36:41 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-03-03 19:36:41 +0100 |
commit | a5a6a29ebbb4a96cd957004cfb1c5c7685eced7d (patch) | |
tree | ac063519a11a644c0eec5ae5ffb8cd8e9c6e5be5 /t | |
parent | 3fbc270a36ba9f3639b4f869b64ecc5102f18575 (diff) |
29-app-hashl.t: Fix bracket mixup
Diffstat (limited to 't')
-rw-r--r-- | t/29-app-hashl.t | 2 |
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; |