summaryrefslogtreecommitdiff
path: root/tests/units/TaskExportTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/units/TaskExportTest.php')
-rw-r--r--tests/units/TaskExportTest.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/units/TaskExportTest.php b/tests/units/TaskExportTest.php
index 963c031d..3892f2bd 100644
--- a/tests/units/TaskExportTest.php
+++ b/tests/units/TaskExportTest.php
@@ -48,6 +48,7 @@ class TaskExportTest extends Base
}
$rows = $e->export(1, strtotime('-1 day'), strtotime('+1 day'));
+
$this->assertEquals($i, count($rows));
$this->assertEquals('Task Id', $rows[0][0]);
$this->assertEquals(1, $rows[1][0]);