From fe847cb27e61fdd7bd763974b983096f33485c11 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Fri, 3 Jul 2015 16:25:31 +0200 Subject: [PATCH] AttrDuration-Test: Anzahl Testcases gefixt --- t/db_helper/attr_duration.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_helper/attr_duration.t b/t/db_helper/attr_duration.t index 0f41cfa03..c2f2940d9 100644 --- a/t/db_helper/attr_duration.t +++ b/t/db_helper/attr_duration.t @@ -17,7 +17,7 @@ __PACKAGE__->attr_duration_minutes('inty'); package main; -use Test::More; # tests => 91; +use Test::More tests => 120; use Test::Exception; use strict; -- 2.20.1