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