Skip to content

Commit 2d96ed3

Browse files
committed
Auto-generated commit
1 parent 296f2c3 commit 2d96ed3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,6 @@ A total of 24 issues were closed in this release:
588588

589589
<details>
590590

591-
- [`a86f514`](https://github.com/stdlib-js/stdlib/commit/a86f514dee23ab0536fe9e697e48a0fb2a9c5a22) - **test:** tweak test description _(by Philipp Burckhardt)_
592591
- [`00f16f2`](https://github.com/stdlib-js/stdlib/commit/00f16f2e8c6f5b675e586e8f1434eae9441787ac) - **test:** fix test description _(by Philipp Burckhardt)_
593592
- [`e45fd64`](https://github.com/stdlib-js/stdlib/commit/e45fd643c455293c39224899a16bcb4f8ea9e3db) - **feat:** update `ndarray` TypeScript declarations _(by Philipp Burckhardt)_
594593
- [`3590e0f`](https://github.com/stdlib-js/stdlib/commit/3590e0f954650d8129ca31cd2cbf3c6c3cfc097f) - **feat:** update `ndarray/iter` TypeScript declarations _(by Philipp Burckhardt)_

base/assert/is-equal-data-type/test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ tape( 'the function returns `false` if not provided equal ndarray data types (da
215215
t.end();
216216
});
217217

218-
tape( 'the function returns `false` if not provided equal ndarray data types (structs)', function test( t ) {
218+
tape( 'the function returns `false` if provided unequal ndarray data types (structs)', function test( t ) {
219219
var values;
220220
var bool;
221221
var v1;

0 commit comments

Comments
 (0)