mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
fix: inRange test (#5821)
This commit is contained in:
@@ -48,6 +48,6 @@ describe('inRange', () => {
|
||||
inRange(-1, -1, NaN),
|
||||
];
|
||||
|
||||
expect(actual, lodashStable.map(actual).toEqual(stubTrue));
|
||||
expect(actual).toEqual(lodashStable.map(actual,stubTrue));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user