From 3f65b0209dde331c432a11cdff65274febab3a7f Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Mon, 10 Mar 2025 14:21:40 -0700 Subject: [PATCH] Temporal: Fix error message in test --- .../prototype/total/precision-exact-mathematical-values-5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/Temporal/Duration/prototype/total/precision-exact-mathematical-values-5.js b/test/built-ins/Temporal/Duration/prototype/total/precision-exact-mathematical-values-5.js index f7e44ecc7c..d530eb03c1 100644 --- a/test/built-ins/Temporal/Duration/prototype/total/precision-exact-mathematical-values-5.js +++ b/test/built-ins/Temporal/Duration/prototype/total/precision-exact-mathematical-values-5.js @@ -37,7 +37,7 @@ const seconds = 8692288669465520; assert.sameValue( result, expectedMicroseconds, - "BalanceTimeDuration should implement floating-point calculation correctly for largestUnit milliseconds" + "BalanceTimeDuration should implement floating-point calculation correctly for largestUnit microseconds" ); }