Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 8238205

Browse files
author
Jim Posen
committed
Make SetToken constructor test pass.
1 parent de1e3ab commit 8238205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/setToken.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ contract('{Set}', function(accounts) {
4141

4242
it('should not allow creation of a {Set} with no inputs', async () => {
4343
return expectedExceptionPromise(
44-
() => SetToken.new([], [], { from: testAccount }),
44+
() => SetToken.new([], [], name, symbol, { from: testAccount }),
4545
3000000,
4646
);
4747
});

0 commit comments

Comments
 (0)