From 1e647a205809035e9a97673228c9b76b6f704bf9 Mon Sep 17 00:00:00 2001 From: jdalton Date: Wed, 4 Mar 2015 08:36:11 -0800 Subject: [PATCH] Rename test module for consistency. --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],