mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +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) {
|
||||
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);
|
||||
|
||||
assert.deepEqual(actual, [objects[0], objects[1]]);
|
||||
|
||||
Reference in New Issue
Block a user