diff options
Diffstat (limited to 'web3.eth.defaultBlock.js')
-rw-r--r-- | web3.eth.defaultBlock.js | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web3.eth.defaultBlock.js b/web3.eth.defaultBlock.js deleted file mode 100644 index 5fc60df4..00000000 --- a/web3.eth.defaultBlock.js +++ /dev/null @@ -1,12 +0,0 @@ -var chai = require('chai'); -var assert = chai.assert; -var web3 = require('../index'); - -describe('web3.eth', function () { - describe('defaultBlock', function () { - it('should check if defaultBlock is set to proper value', function () { - assert.equal(web3.eth.defaultBlock, 'latest'); - }); - }); -}); - |