fix: 🐛 Fix failing test in Curriculum

This commit is contained in:
Andreas Eriksson 2022-04-24 11:00:34 +02:00
parent 022e422089
commit 8724fa46b7
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ describe('parse', () => {
expect(parse('MLACH')).toEqual({
code: 'MLACH',
category: 'Modersmål',
name: 'Acoli',
name: 'Acholi',
})
expect(parse('MLAAR')).toEqual({
code: 'MLAAR',