mirror of https://github.com/tc39/test262.git
Temporal: Fix error message in test
This commit is contained in:
parent
9d8efae5c2
commit
3f65b0209d
|
@ -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"
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue