mirror of https://github.com/status-im/web3.js.git
fix test descriptions
This commit is contained in:
parent
66196ee8ba
commit
ce664d61d5
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue