From 870c9a49869e00d63cb4b1284526d480dc9910b0 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Fri, 25 Apr 2025 10:45:04 -0500 Subject: [PATCH] test: update assertion for test --- test/relative-time.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/relative-time.js b/test/relative-time.js index c98a1ae..0d13096 100644 --- a/test/relative-time.js +++ b/test/relative-time.js @@ -528,7 +528,7 @@ suite('relative-time', function () { time.setAttribute('datetime', datetime) time.setAttribute('format', 'micro') await Promise.resolve() - assert.equal(time.shadowRoot.textContent, '11y') + assert.equal(time.shadowRoot.textContent, '10y') }) test('micro formats future times', async () => {