aboutsummaryrefslogtreecommitdiffstats
path: root/test/schema_test.ts
diff options
context:
space:
mode:
authorLeonid <logvinov.leon@gmail.com>2017-06-06 21:28:13 +0800
committerGitHub <noreply@github.com>2017-06-06 21:28:13 +0800
commit403ec236fffb0ed565e7c933d3608b554c007613 (patch)
tree85cef4ef70fed7a5b1d059a030e2c9535341f1b8 /test/schema_test.ts
parent692a0fd965f7c0cfc0eef79112d2abffdf9e90db (diff)
downloaddexon-sol-tools-403ec236fffb0ed565e7c933d3608b554c007613.tar
dexon-sol-tools-403ec236fffb0ed565e7c933d3608b554c007613.tar.gz
dexon-sol-tools-403ec236fffb0ed565e7c933d3608b554c007613.tar.bz2
dexon-sol-tools-403ec236fffb0ed565e7c933d3608b554c007613.tar.lz
dexon-sol-tools-403ec236fffb0ed565e7c933d3608b554c007613.tar.xz
dexon-sol-tools-403ec236fffb0ed565e7c933d3608b554c007613.tar.zst
dexon-sol-tools-403ec236fffb0ed565e7c933d3608b554c007613.zip
Update schema_test.ts
Diffstat (limited to 'test/schema_test.ts')
-rw-r--r--test/schema_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/schema_test.ts b/test/schema_test.ts
index 133914e6d..1c4216496 100644
--- a/test/schema_test.ts
+++ b/test/schema_test.ts
@@ -28,7 +28,7 @@ describe('Schema', () => {
});
});
describe('BigNumber serialization', () => {
- it.only('should correctly serialize BigNumbers', () => {
+ it('should correctly serialize BigNumbers', () => {
const testCases = {
'42': '42',
'0': '0',