fix: refs #7404 last entries spec

This commit is contained in:
Pablo Natek 2024-09-24 08:55:24 +02:00
parent 166ca42e32
commit a5f3dbc15a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ describe('item lastEntriesFilter()', () => {
}
});
it('should return five entries for the given item', async() => {
it('should return six entries for the given item', async() => {
const minDate = Date.vnNew();
minDate.setHours(0, 0, 0, 0);
minDate.setMonth(minDate.getMonth() - 2, 1);