mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-31 23:37:49 +00:00
Use MAX_INTEGER instead of Number.MAX_VALUE.
This commit is contained in:
@@ -15048,7 +15048,7 @@
|
||||
}));
|
||||
|
||||
assert.ok(_.some(array, function() {
|
||||
return _.random(Number.MAX_VALUE) > 0;
|
||||
return _.random(MAX_INTEGER) > 0;
|
||||
}));
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user