From f85f77f6cc536b94368c51edec2159d17d0672f6 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Thu, 15 Jan 2015 14:37:18 +0100 Subject: fixed typos --- test/abi.parsers.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/abi.parsers.js b/test/abi.parsers.js index b18728ab7..03cc90dfe 100644 --- a/test/abi.parsers.js +++ b/test/abi.parsers.js @@ -328,7 +328,7 @@ describe('abi', function() { var d = clone(description); d[0].outputs = [ - { type: 'uinti128' } + { type: 'uint128' } ]; // when @@ -379,7 +379,7 @@ describe('abi', function() { var d = clone(description); d[0].outputs = [ - { type: 'inti128' } + { type: 'int128' } ]; // when @@ -428,7 +428,7 @@ describe('abi', function() { var d = clone(description); d[0].outputs = [ - { type: 'hash256' } + { type: 'hash160' } ]; // when -- cgit