Skip to content

Commit

Permalink
fix: 🐛 Fix failing test in Curriculum
Browse files Browse the repository at this point in the history
  • Loading branch information
whyer committed Apr 24, 2022
1 parent 022e422 commit 8724fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/curriculum/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 8724fa4

Please sign in to comment.