qunit: Remove redundant testCount expectation
[lhc/web/wiklou.git] / tests / qunit / suites / resources / mediawiki / mediawiki.cldr.test.js
index 399db91..02212cb 100644 (file)
@@ -62,7 +62,7 @@
        };
 
        function pluralTest( langCode, tests ) {
-               QUnit.test( 'Plural Test for ' + langCode, tests.length, function ( assert ) {
+               QUnit.test( 'Plural Test for ' + langCode, function ( assert ) {
                        for ( var i = 0; i < tests.length; i++ ) {
                                assert.equal(
                                        mw.language.convertPlural( tests[ i ][ 0 ], tests[ i ][ 1 ] ),