aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-28 06:03:57 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-28 06:03:57 +0800
commit83fad0fb594ca120eb979d4d643be96c26553a6f (patch)
tree08e00e95f262d3306b7017f45c8342ff8c609f65 /test
parentc2cb2bef96e591d68b04cf5f1a6ec29696abb481 (diff)
downloadgo-tangerine-83fad0fb594ca120eb979d4d643be96c26553a6f.tar.gz
go-tangerine-83fad0fb594ca120eb979d4d643be96c26553a6f.tar.zst
go-tangerine-83fad0fb594ca120eb979d4d643be96c26553a6f.zip
removed fromFixed, toFixed && offset from tests
Diffstat (limited to 'test')
-rw-r--r--test/web3.methods.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/web3.methods.js b/test/web3.methods.js
index 1b5792110..d08495dd9 100644
--- a/test/web3.methods.js
+++ b/test/web3.methods.js
@@ -6,8 +6,5 @@ describe('web3', function() {
u.methodExists(web3, 'sha3');
u.methodExists(web3, 'toAscii');
u.methodExists(web3, 'fromAscii');
- u.methodExists(web3, 'toFixed');
- u.methodExists(web3, 'fromFixed');
- u.methodExists(web3, 'offset');
});