From c2cb2bef96e591d68b04cf5f1a6ec29696abb481 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Tue, 27 Jan 2015 16:02:42 +0100 Subject: removed web3.eth.account, fixed #37 --- test/eth.methods.js | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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'); -- cgit v1.2.3