Skip to content
Snippets Groups Projects
Commit e85cd9ee authored by Phil Hughes's avatar Phil Hughes Committed by Fatih Acet
Browse files

Removed duplicated test

parent 4428bb27
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -27,7 +27,7 @@
expect(gl.text.pluralize('test', 2)).toBe('tests');
});
 
it('returns pluralized', () => {
it('returns pluralized when count is 0', () => {
expect(gl.text.pluralize('test', 0)).toBe('tests');
});
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment