Skip to content

Commit 68cb1a3

Browse files
authored
Add singular test case
1 parent c2bb3c7 commit 68cb1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/inflection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe( 'test .singularize', function (){
102102
inflection.singularize( 'genera' ).should.equal( 'genus' );
103103
inflection.singularize( 'genus' ).should.equal( 'genus' );
104104
inflection.singularize( 'minus' ).should.equal( 'minus' );
105-
105+
inflection.pluralize( 'grammars' ).should.equal( 'grammar' );
106106
});
107107
});
108108

0 commit comments

Comments
 (0)