Skip to content

Commit

Permalink
Fixed test case name.
Browse files Browse the repository at this point in the history
  • Loading branch information
psmyrek committed Oct 23, 2024
1 parent 866892c commit 80c488b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ describe( 'synchronizeTranslationsBasedOnContext()', () => {
] );
} );

it( 'should remove existing plural forms if a source file contains less than a language defines', () => {
it( 'should add empty plural forms if a source file contains less than a language defines', () => {
translations.items = [
{
msgid: 'id1',
Expand Down

0 comments on commit 80c488b

Please sign in to comment.