mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 22:15:24 +02:00
Temporal: Fix error message in test
This commit is contained in:
parent
9d8efae5c2
commit
3f65b0209d
@ -37,7 +37,7 @@ const seconds = 8692288669465520;
|
|||||||
|
|
||||||
assert.sameValue(
|
assert.sameValue(
|
||||||
result, expectedMicroseconds,
|
result, expectedMicroseconds,
|
||||||
"BalanceTimeDuration should implement floating-point calculation correctly for largestUnit milliseconds"
|
"BalanceTimeDuration should implement floating-point calculation correctly for largestUnit microseconds"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user