Skip to content

Commit f2e2658

Browse files
justingrantptomato
authored andcommitted
Fix Node16 tests (port proposal-temporal/#2064)
Fix Node 16 Intl test data. Port of github.com/tc39/proposal-temporal/pull/2064
1 parent 281684c commit f2e2658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/intl.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ describe('Intl', () => {
409409
'islamicc: 5/18/-640 AH\n' +
410410
'japanese: 1/3/-643 Taika (645–650)\n' +
411411
'persian: 10/11/-621 AP\n' +
412-
'roc: 1/3/1911 Before R.O.C.',
412+
'roc: 1/3/1911 B.R.O.C.',
413413
node17:
414414
'iso8601: 1/1/1\n' +
415415
'buddhist: 1/3/544 BE\n' +

0 commit comments

Comments
 (0)