fix test descriptions

This commit is contained in:
ethers 2015-02-26 20:17:27 -08:00
parent 66196ee8ba
commit ce664d61d5
1 changed files with 2 additions and 2 deletions

View File

@ -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);