Skip to content

Commit

Permalink
Update test/built-ins/Temporal/Calendar/prototype/fields/long-input.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ms2ger <Ms2ger@gmail.com>
  • Loading branch information
FrankYFTang and Ms2ger authored Sep 10, 2021
1 parent c3eb263 commit 0056eed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ const fields = {
}
}
}
assert.throws( RangeError, () => cal.fields(fields), "Garbage content");
assert.throws(RangeError, () => cal.fields(fields), "Garbage content");
// stop after the third one.
assert.sameValue(3, i);

0 comments on commit 0056eed

Please sign in to comment.