fix lint-intl bad test case

This commit is contained in:
Jamie Kyle 2023-06-15 13:36:11 -07:00 committed by GitHub
parent 81e600bf2e
commit 74ec087a59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,10 +64,6 @@ const tests: Record<string, Test> = {
messageformat: '{a, plural, other {a}}',
expectErrors: ['noOneChoice'],
},
'icu:noOneChoice:2': {
messageformat: '{a, plural}',
expectErrors: ['noOneChoice'],
},
'icu:err5': {
messageformat: '{a, selectordinal, one {a} other {as}}',
expectErrors: ['noOrdinal'],