Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gjgd committed Jul 28, 2018
1 parent 302ea67 commit ff52f65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/DPOS.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ contract('integration/TransmuteDPOS', (accounts) => {
});


describe.only('Delegating tokens', () => {
describe('Delegating tokens', () => {
before(async () => {
await reset();
provider1 = accounts[1];
Expand All @@ -146,7 +146,6 @@ contract('integration/TransmuteDPOS', (accounts) => {
delegator2 = accounts[4];
delegator3 = accounts[5];
delegator4 = accounts[6];
delegator5 = accounts[7];
await tdpos.initializeRound();
// Register provider1
await tdpos.approve(contractAddress, 100, {from: provider1});
Expand Down

0 comments on commit ff52f65

Please sign in to comment.