Skip to content

Commit 190d1bb

Browse files
committed
Auto-generated commit
1 parent 921cf41 commit 190d1bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -834,6 +834,7 @@ A total of 49 issues were closed in this release:
834834

835835
<details>
836836

837+
- [`b7a9481`](https://github.com/stdlib-js/stdlib/commit/b7a9481c3d78c1b7fa004038fd6c26ea0d604f79) - **test:** address failing tests _(by Athan Reines)_
837838
- [`3cdc9a7`](https://github.com/stdlib-js/stdlib/commit/3cdc9a7d5b1d8c703e01f93f3a796e6b6858bcad) - **chore:** fix JavaScript lint errors [(#10710)](https://github.com/stdlib-js/stdlib/pull/10710) _(by Partha Das)_
838839
- [`35566af`](https://github.com/stdlib-js/stdlib/commit/35566af0add64775e60422fd16e50e1bec3947e7) - **docs:** fix C examples in READMEs [(#11229)](https://github.com/stdlib-js/stdlib/pull/11229) _(by anee3, Athan Reines)_
839840
- [`08f3a13`](https://github.com/stdlib-js/stdlib/commit/08f3a134dbfc9a1fee91a1d4074ae44a0e32674d) - **chore:** fix EditorConfig lint errors [(#11328)](https://github.com/stdlib-js/stdlib/pull/11328) _(by Guneet Gill)_

concat/test/test.assign.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ tape( 'the function throws an error if provided a second argument which has a da
322322
})
323323
]
324324
];
325-
out = zeros( [ 4 ], {
325+
out = empty( [ 4 ], {
326326
'dtype': 'bool'
327327
});
328328

@@ -353,7 +353,7 @@ tape( 'the function throws an error if provided a second argument which has a da
353353
})
354354
]
355355
];
356-
out = zeros( [ 4 ], {
356+
out = empty( [ 4 ], {
357357
'dtype': 'bool'
358358
});
359359

0 commit comments

Comments
 (0)