Skip to content

Commit

Permalink
fixed test (in 2010, 2020 seemed so far!)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 3, 2020
1 parent 8d4df0d commit 4ad2c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Utils/Finder.filters.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ test(function () {


test(function () { // date filter
$finder = Finder::findFiles('*')->date('> 2020-01-02')->from('files');
$finder = Finder::findFiles('*')->date('> 2050-01-02')->from('files');
Assert::same([], export($finder));
});

Expand Down

0 comments on commit 4ad2c29

Please sign in to comment.