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

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'],