From 0f4bbbd59e056376d8cee8a675b2ff9602684631 Mon Sep 17 00:00:00 2001 From: ninabreznik Date: Thu, 15 Mar 2018 16:47:07 +0000 Subject: [PATCH] Update tests --- test-browser/tests/compiling.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test-browser/tests/compiling.js b/test-browser/tests/compiling.js index 051a7bde3e..62c26559f9 100644 --- a/test-browser/tests/compiling.js +++ b/test-browser/tests/compiling.js @@ -57,10 +57,10 @@ function testSimpleContract (browser, callback) { .testFunction('g - transact (not payable)', '0xb1532162e2e31397dc1e07ed0a1cf08f728e9b4487c6f9ed79d2f39410c92781', `[vm]\nfrom:0xca3...a733c\nto:TestContract.g() 0x692...77b3a\nvalue:0 wei\ndata:0xe21...79b8e\nlogs:0\nhash:0xb15...92781`, null, `{ - "0": "uint256: 345", - "1": "string: comment_comment_", - "2": "bool: true", - "3": "uint256: 4" + "0": "uint256: 345", + "1": "string: comment_comment_", + "2": "bool: true", + "3": "uint256: 4" }`).click('i[class^="clearinstance"]').perform(() => { callback(null, browser) }) }) }