Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyamSB committed Mar 4, 2019
1 parent 57007bb commit d7e566f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test/c_checkpoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,13 +140,7 @@ contract("Checkpoints", async function(accounts) {
assert.equal(web3.utils.toAscii(log.args._name).replace(/\u0000/g, ""), "GeneralTransferManager");
});

it("Should set controller to token owner --failed not allowed", async () => {
await catchRevert(
I_SecurityToken.setController(token_owner, { from: token_owner })
);
});

it("Should set the tcontroller", async() => {
it("Should set the controller", async() => {
await I_SecurityToken.setController(account_controller, {from: token_owner});
})

Expand Down

0 comments on commit d7e566f

Please sign in to comment.