aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contracts/test/libraries/lib_bytes.ts
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-06-01 04:44:14 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-06-08 06:38:48 +0800
commit5db15ca54cd7e1fd90bf318d2975750dcd31cddc (patch)
tree70a27c15c8ecb918ff1337112cd543c410e93064 /packages/contracts/test/libraries/lib_bytes.ts
parent069b89b2084a65e6846a0722a9883af1104feb08 (diff)
downloaddexon-sol-tools-5db15ca54cd7e1fd90bf318d2975750dcd31cddc.tar
dexon-sol-tools-5db15ca54cd7e1fd90bf318d2975750dcd31cddc.tar.gz
dexon-sol-tools-5db15ca54cd7e1fd90bf318d2975750dcd31cddc.tar.bz2
dexon-sol-tools-5db15ca54cd7e1fd90bf318d2975750dcd31cddc.tar.lz
dexon-sol-tools-5db15ca54cd7e1fd90bf318d2975750dcd31cddc.tar.xz
dexon-sol-tools-5db15ca54cd7e1fd90bf318d2975750dcd31cddc.tar.zst
dexon-sol-tools-5db15ca54cd7e1fd90bf318d2975750dcd31cddc.zip
proxyData -> assetData
Diffstat (limited to 'packages/contracts/test/libraries/lib_bytes.ts')
-rw-r--r--packages/contracts/test/libraries/lib_bytes.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contracts/test/libraries/lib_bytes.ts b/packages/contracts/test/libraries/lib_bytes.ts
index cd5fdcf17..9fe3a1a57 100644
--- a/packages/contracts/test/libraries/lib_bytes.ts
+++ b/packages/contracts/test/libraries/lib_bytes.ts
@@ -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));