commit a53b0fc697af7360e5b4ae7c91a88c587583fca4
parent 2116e8bd2a15b943a490abef7f55bd16d7dd8999
Author: James Teow <jteow@mozilla.com>
Date: Mon, 8 Dec 2025 22:42:27 +0000
Bug 2004393 - Ensure the folder and separator order is consistent - r=places-reviewers,Standard8
Differential Revision: https://phabricator.services.mozilla.com/D275347
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/toolkit/components/places/tests/unit/test_result_sort.js b/toolkit/components/places/tests/unit/test_result_sort.js
@@ -44,8 +44,8 @@ add_task(async function test() {
},
{
type: PlacesUtils.bookmarks.TYPE_SEPARATOR,
- dateAdded: daysAgo(6),
- lastModified: daysAgo(5),
+ dateAdded: daysAgo(10),
+ lastModified: daysAgo(9),
},
],
},