fix: inRange test (#5821)

This commit is contained in:
ygj6
2024-04-16 10:55:09 +08:00
committed by GitHub
parent c7c70a7da5
commit a67a085cc0
2 changed files with 8 additions and 2 deletions

View File

@@ -48,6 +48,6 @@ describe('inRange', () => {
inRange(-1, -1, NaN),
];
expect(actual, lodashStable.map(actual).toEqual(stubTrue));
expect(actual).toEqual(lodashStable.map(actual,stubTrue));
});
});