diff options
Diffstat (limited to 'test/eth.methods.js')
-rw-r--r-- | test/eth.methods.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/eth.methods.js b/test/eth.methods.js index 002268565..7a031c4c8 100644 --- a/test/eth.methods.js +++ b/test/eth.methods.js @@ -24,7 +24,6 @@ describe('web3', function() { u.propertyExists(web3.eth, 'listening'); u.propertyExists(web3.eth, 'mining'); u.propertyExists(web3.eth, 'gasPrice'); - u.propertyExists(web3.eth, 'account'); u.propertyExists(web3.eth, 'accounts'); u.propertyExists(web3.eth, 'peerCount'); u.propertyExists(web3.eth, 'defaultBlock'); |