Rename test module for consistency.

This commit is contained in:
jdalton
2015-03-04 08:36:11 -08:00
parent 10e379d862
commit 1e647a2058

View File

@@ -10145,7 +10145,7 @@
/*--------------------------------------------------------------------------*/
QUnit.module('lodash.max and lodash.min');
QUnit.module('extremum methods');
_.each(['max', 'min'], function(methodName) {
var array = [1, 2, 3],