Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyamSB committed May 24, 2019
1 parent 0e4ce13 commit d45ef1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/k_module_registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ contract("ModuleRegistry", async (accounts) => {
await I_MRProxied.getAddressValue.call(web3.utils.soliditySha3("securityTokenRegistry")),
I_SecurityTokenRegistryProxy.address
);
assert.equal(
await I_MRProxied.getAddressValue.call(web3.utils.soliditySha3("featureRegistry")),
.address
);
assert.equal(await I_MRProxied.getAddressValue.call(web3.utils.soliditySha3("polyToken")), I_PolyToken.address);
});
});
Expand Down

0 comments on commit d45ef1c

Please sign in to comment.