diff --git a/index.js b/index.js index aa4cd51e10..47acfdbfbc 100644 --- a/index.js +++ b/index.js @@ -1,8 +1,8 @@ var tests = module.exports = {}; Object.defineProperties(tests, { - blockTests: { - get: require('require-all').bind(this, __dirname + '/BlockTests') + blockchainTests: { + get: require('require-all').bind(this, __dirname + '/BlockchainTests') }, basicTests: { get: require('require-all').bind(this, __dirname + '/BasicTests/') diff --git a/package.json b/package.json index 318006032a..6b1446756a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethereum-tests", - "version": "0.0.2", + "version": "0.0.3", "description": "tests for ethereum", "main": "index.js", "scripts": {