Update test/intl402/DurationFormat/instance/length.js

Thanks

Co-authored-by: Ms2ger <Ms2ger@gmail.com>
This commit is contained in:
Romulo Cintra 2022-01-26 09:32:12 +01:00 committed by Rick Waldron
parent 95613d4ec8
commit 034e5dd201
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ includes: [propertyHelper.js]
assert.sameValue(Intl.DurationFormat.length, 0);
verifyProperty(Intl.DurationFormat, 'length', {
value: 0,
enumerable: false,
writable: false,
configurable: true