Skip to content

Commit

Permalink
Update multiple_voting_functional_tests.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RostyslavBortman committed Jul 20, 2018
1 parent e1414ac commit d2fb7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/governance/multiple_voting_functional_tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require('chai')
.use(require('chai-as-promised'))
.use(require('chai-bignumber')(BigNumber))
.should();
a

contract('Multiple Votings', (accounts) => {
const creator = accounts[0];
const employee1 = accounts[1];
Expand Down

0 comments on commit d2fb7f8

Please sign in to comment.