diff --git a/index.js b/index.js index fb86b4c4b..cd13e813d 100644 --- a/index.js +++ b/index.js @@ -20,6 +20,6 @@ module.exports = { vmIOandFlowOperationsTest: require('./VMTests/vmIOandFlowOperationsTest'), vmPushDupSwapTest: require('./VMTests/vmPushDupSwapTest'), vmSha3Test: require('./VMTests/vmSha3Test'), - vmtestst: require('./VMTests/vmtests'), + vmtests: require('./VMTests/vmtests'), } };