aboutsummaryrefslogtreecommitdiffstats
path: root/test/0x.js_test.ts
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-07-08 05:08:34 +0800
committerGitHub <noreply@github.com>2017-07-08 05:08:34 +0800
commit0876fc6cabb914c6db5206182c8bd8d747b40674 (patch)
treebe3ffb112ade307d4e93fc4d7bafa5c86244a53c /test/0x.js_test.ts
parent90ddfe58a99eb241a86dff64f31263994c00ce2c (diff)
parent6593ddf35cdcd7f474ea0cd108c19f673bdc441c (diff)
downloaddexon-sol-tools-0876fc6cabb914c6db5206182c8bd8d747b40674.tar
dexon-sol-tools-0876fc6cabb914c6db5206182c8bd8d747b40674.tar.gz
dexon-sol-tools-0876fc6cabb914c6db5206182c8bd8d747b40674.tar.bz2
dexon-sol-tools-0876fc6cabb914c6db5206182c8bd8d747b40674.tar.lz
dexon-sol-tools-0876fc6cabb914c6db5206182c8bd8d747b40674.tar.xz
dexon-sol-tools-0876fc6cabb914c6db5206182c8bd8d747b40674.tar.zst
dexon-sol-tools-0876fc6cabb914c6db5206182c8bd8d747b40674.zip
Merge branch 'master' into cache_net_version
Diffstat (limited to 'test/0x.js_test.ts')
-rw-r--r--test/0x.js_test.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/0x.js_test.ts b/test/0x.js_test.ts
index 0d8d63985..f25f104bd 100644
--- a/test/0x.js_test.ts
+++ b/test/0x.js_test.ts
@@ -163,7 +163,7 @@ describe('ZeroEx library', () => {
_.each(stubs, s => s.restore());
stubs = [];
});
- it ('Should return the correct ECSignature on TestPRC nodeVersion', async () => {
+ it('Should return the correct ECSignature on TestPRC nodeVersion', async () => {
const orderHash = '0x6927e990021d23b1eb7b8789f6a6feaf98fe104bb0cf8259421b79f9a34222b0';
const expectedECSignature = {
v: 27,
@@ -173,7 +173,7 @@ describe('ZeroEx library', () => {
const ecSignature = await zeroEx.signOrderHashAsync(orderHash, makerAddress);
expect(ecSignature).to.deep.equal(expectedECSignature);
});
- it ('should return the correct ECSignature on Parity > V1.6.6', async () => {
+ it('should return the correct ECSignature on Parity > V1.6.6', async () => {
const newParityNodeVersion = 'Parity//v1.6.7-beta-e128418-20170518/x86_64-macos/rustc1.17.0';
const orderHash = '0x34decbedc118904df65f379a175bb39ca18209d6ce41d5ed549d54e6e0a95004';
// tslint:disable-next-line: max-line-length
@@ -194,7 +194,7 @@ describe('ZeroEx library', () => {
const ecSignature = await zeroEx.signOrderHashAsync(orderHash, makerAddress);
expect(ecSignature).to.deep.equal(expectedECSignature);
});
- it ('should return the correct ECSignature on Parity < V1.6.6', async () => {
+ it('should return the correct ECSignature on Parity < V1.6.6', async () => {
const newParityNodeVersion = 'Parity//v1.6.6-beta-8c6e3f3-20170411/x86_64-macos/rustc1.16.0';
const orderHash = '0xc793e33ffded933b76f2f48d9aa3339fc090399d5e7f5dec8d3660f5480793f7';
// tslint:disable-next-line: max-line-length