Skip to content

Commit 8c23489

Browse files
committed
test(expr): ...
1 parent aab941e commit 8c23489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ExpressionTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ public function test_filter_getDues()
6666
'job3' => '7-9 * */9 * *',
6767
'job4' => '*/5 * * * *',
6868
'job5' => '@5minutes',
69+
'job6' => '7-9 * */9 * *',
6970
];
7071

7172
$this->assertSame(['job1', 'job4', 'job5'], Expression::getDues($jobs, '2015-08-10 21:50:00'));

0 commit comments

Comments
 (0)