Commit 1c17716175afafecca143a6db314354195b4cd2c
no longer returns number of citizens this way
Joran committed on 3/14/2017, 8:05:59 AMParent: a8600d7066fa535608f3b63630256262269050d7
Files changed
test/Entropy_token.js | changed |
test/Entropy_token.js | ||
---|---|---|
@@ -7,9 +7,8 @@ | ||
7 | 7 … | .then((entropy) => { |
8 | 8 … | helpers.callAndCheck( entropy, 'name', 'Entropy', 'Wrong name!') |
9 | 9 … | helpers.callAndCheck( entropy, 'symbol', 'ENT', 'Wrong symbol!') |
10 | 10 … | helpers.callAndCheck( entropy, 'totalSupply', 1, 'Wrong total supply!') |
11 | - helpers.callAndCheck( entropy, 'totalHolders', 1) | |
12 | 11 … | .then(() => { |
13 | 12 … | done(); |
14 | 13 … | }) |
15 | 14 … | }) |
Built with git-ssb-web