proxyData -> assetData

This commit is contained in:
Greg Hysen
2018-05-31 13:44:14 -07:00
parent 069b89b208
commit 5db15ca54c
2 changed files with 12 additions and 12 deletions

View File

@@ -409,7 +409,7 @@ describe('LibBytes', () => {
});
});
describe.only('writeBytes', () => {
describe('writeBytes', () => {
it('should successfully write short, nested array of bytes when it takes up the whole array)', async () => {
const testBytesOffset = new BigNumber(0);
const emptyByteArray = ethUtil.bufferToHex(new Buffer(shortTestBytesAsBuffer.byteLength));