Add Validator signature type

This commit is contained in:
Amir Bandeali
2018-05-09 16:42:25 -07:00
parent a5a7217c8f
commit b587f076fe
4 changed files with 69 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ describe('LibBytes', () => {
await blockchainLifecycle.revertAsync();
});
describe.only('deepCopyBytes', () => {
describe('deepCopyBytes', () => {
const byteArrayLongerThan32BytesLen = (byteArrayLongerThan32Bytes.length - 2) / 2;
it('should throw if length of copy is 0', async () => {
const index = new BigNumber(0);