Temporal: Fix error message in test

This commit is contained in:
Tim Chevalier 2025-03-10 14:21:40 -07:00 committed by Philip Chimento
parent 9d8efae5c2
commit 3f65b0209d
1 changed files with 1 additions and 1 deletions

View File

@ -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"
);
}