mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 09:27:49 +00:00
Fix style nits.
This commit is contained in:
@@ -2144,7 +2144,7 @@
|
||||
var object = { 'a': { 'b': _.constant(true) } },
|
||||
actual = fp.update('a.b')(_.identity)(object);
|
||||
|
||||
assert.strictEqual(typeof object.a.b, 'function')
|
||||
assert.strictEqual(typeof object.a.b, 'function');
|
||||
assert.strictEqual(object.a.b, actual.a.b);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user