diff options
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; |