Skip to content

Commit f562b74

Browse files
committed
Move "whisky" into reversible test suite
1 parent 10bc5df commit f562b74

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@ var BASIC_TESTS = [
445445
['smiley', 'smilies'],
446446
['survey', 'surveys'],
447447
['whiskey', 'whiskeys'],
448+
['whisky', 'whiskies'],
448449
['volley', 'volleys'],
449450
['tongue', 'tongues'],
450451
['suit', 'suits'],
@@ -650,13 +651,11 @@ var SINGULAR_TESTS = [
650651
* @type {Array}
651652
*/
652653
var PLURAL_TESTS = [
653-
['whisky', 'whiskies'],
654654
['plateaux', 'plateaux'],
655655
['axis', 'axes'],
656656
['basis', 'bases'],
657657
['automatum', 'automata'],
658658
['thou', 'you'],
659-
['WHISKY', 'WHISKIES'],
660659
['axiS', 'axes'],
661660
['passerby', 'passersby']
662661
];

0 commit comments

Comments
 (0)