mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Minor space nit. [ci skip]
This commit is contained in:
@@ -24770,7 +24770,7 @@
|
|||||||
QUnit.test('should work with a `comparator` argument', function(assert) {
|
QUnit.test('should work with a `comparator` argument', function(assert) {
|
||||||
assert.expect(1);
|
assert.expect(1);
|
||||||
|
|
||||||
var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 2 }],
|
var objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }, { 'x': 1, 'y': 2 }],
|
||||||
actual = _.uniqWith(objects, lodashStable.isEqual);
|
actual = _.uniqWith(objects, lodashStable.isEqual);
|
||||||
|
|
||||||
assert.deepEqual(actual, [objects[0], objects[1]]);
|
assert.deepEqual(actual, [objects[0], objects[1]]);
|
||||||
|
|||||||
Reference in New Issue
Block a user