8000 Fix typo in merge test (#4334) · FullStackBlog/lodash@abde931 · GitHub
[go: up one dir, main page]

Skip to content

Commit abde931

Browse files
tkruggjdalton
authored andcommitted
Fix typo in merge test (lodash#4334)
1 parent 488e62b commit abde931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/merge.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ describe('merge', function() {
325325
assert.deepStrictEqual(actual, { 'a': [] });
326326
});
327327

328-
it('should not convert strings to arrays when merging arrays of `source`', function() {
328+
it('should convert strings to arrays when merging arrays of `source`', function() {
329329
var object = { 'a': 'abcde' },
330330
actual = merge(object, { 'a': ['x', 'y', 'z'] });
331331

0 commit comments

Comments
 (0)
0