Skip to content

Commit 07dfe9a

Browse files
FGasperMaxGraey
andauthored
Update lib/loader/tests/index.js
Co-authored-by: Max Graey <[email protected]>
1 parent 1ecd496 commit 07dfe9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/loader/tests/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ function test(file) {
4444
let got = exports.__getArrayBuffer(ref);
4545
let gotu8arr = new Uint8Array(got);
4646

47-
assert.strictEqual(gotu8arr.join(), u8arr.join());
47+
assert.deepStrictEqual(gotu8arr, u8arr);
4848
}
4949

5050
// should be able to allocate and work with a new big string

0 commit comments

Comments
 (0)