diff --git a/test/test.js b/test/test.js index 5a9fc6c14..786d29e2d 100644 --- a/test/test.js +++ b/test/test.js @@ -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],