diff --git a/test/abi.inputParser.js b/test/abi.inputParser.js index 3eabdbd..5e44359 100644 --- a/test/abi.inputParser.js +++ b/test/abi.inputParser.js @@ -383,7 +383,7 @@ describe('abi', function() { ); }); - it('should parse an int followed by an array', function () { + it('should parse an array followed by an int', function () { // given var d = clone(description); @@ -406,7 +406,7 @@ describe('abi', function() { ); }); - it('should parse an array followed by an int', function () { + it('should parse an int followed by an array', function () { // given var d = clone(description);