Skip to content

Commit 6fdfa0a

Browse files
committed
Auto-generated commit
1 parent c15bfc6 commit 6fdfa0a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

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

546546
<details>
547547

548+
- [`8d35ca2`](https://github.com/stdlib-js/stdlib/commit/8d35ca2db2f6380c2fb549e6646e2274b44dcdef) - **test:** remove assertion to resolve CI failure _(by Athan Reines)_
548549
- [`0c9653f`](https://github.com/stdlib-js/stdlib/commit/0c9653fd653c0590e7250a9012fa498fbcc69f77) - **docs:** fix example output _(by Athan Reines)_
549550
- [`ba1c0f2`](https://github.com/stdlib-js/stdlib/commit/ba1c0f278e120cd42272fa2449bd13f045a469aa) - **feat:** add `fillSlice` to namespace _(by Athan Reines)_
550551
- [`f015917`](https://github.com/stdlib-js/stdlib/commit/f0159173d4db9e22bb1bd7c8b56c424b4d3e076e) - **feat:** add `flattenBy` to namespace _(by Athan Reines)_

dtype-ctor/test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ tape( 'the constructor supports creating a data type instance from a struct', fu
207207
dt = new DataType( S );
208208

209209
t.strictEqual( dt.value, S, 'returns expected value' );
210-
t.strictEqual( dt.byteLength, 8, 'returns expected value' );
211210
t.strictEqual( dt.toString(), S.layout, 'returns expected value' );
212211

213212
t.end();

0 commit comments

Comments
 (0)