From c8ee08c24bee9ab994822066f9abe94448c4ae89 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Thu, 29 Jan 2015 13:32:32 +0100 Subject: contract.js simplified --- test/event.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/event.js b/test/event.js index 0cc9c0c65..781f42e5e 100644 --- a/test/event.js +++ b/test/event.js @@ -7,13 +7,9 @@ describe('event', function () { // given var address = '0x012345'; var signature = '0x987654'; - var e = { - name: 'test', - type: 'event', - }; // when - var impl = event(e, address, signature); + var impl = event(address, signature); var result = impl(); // then @@ -23,3 +19,4 @@ describe('event', function () { }); }); + -- cgit v1.2.3