Skip to content

Commit a8b2e00

Browse files
authored
Merge pull request #121 from dibenede/main
Remove undefined var usage in uint8arrays conversion test
2 parents cc2c146 + f89d4c1 commit a8b2e00

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

binary/utils_test.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -739,8 +739,5 @@ describe('binaryUtilsTest', function() {
739739

740740
// Converting base64-encoded strings into Uint8Arrays should work.
741741
check(convert(sourceBase64));
742-
743-
// Existing Uint8Array into Uint8Arrays should work.
744-
check(convert(sourceUint8Array));
745742
});
746743
});

0 commit comments

Comments
 (0)