From f9a52069b50db5ba3095be9b646d215d4985adc1 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Thu, 2 Apr 2015 14:04:06 +0200 Subject: [PATCH] more tests for web3.eth.getBalance --- test/web3.eth.getBalance.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/web3.eth.getBalance.js b/test/web3.eth.getBalance.js index fc8585b..e1eb737 100644 --- a/test/web3.eth.getBalance.js +++ b/test/web3.eth.getBalance.js @@ -34,6 +34,12 @@ var tests = [{ result: '0x31981', formattedResult: new BigNumber('0x31981', 16), call: 'eth_'+ method +}, { + args: ['dbdbdb2cbd23b783741e8d7fcf51e459b497e4a6', 0x1], + formattedArgs: ['0xdbdbdb2cbd23b783741e8d7fcf51e459b497e4a6', '0x1'], + result: '0x31981', + formattedResult: new BigNumber('0x31981', 16), + call: 'eth_'+ method }, { args: ['1255171934823351805979544608257289442498956485798', 0x1], formattedArgs: ['0xdbdbdb2cbd23b783741e8d7fcf51e459b497e4a6', '0x1'],