Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CENT-355] Write ArgumentTests #234

Merged
merged 7 commits into from
Oct 24, 2018

Conversation

mirathewhite
Copy link
Contributor

Added ArgumentTests.js. Modified CSV spreadsheet to indicate a particular test reverts.

@mirathewhite mirathewhite merged commit 7b2c573 into circlefin:multi-issuer Oct 24, 2018
await mintController.removeController(zeroAddress, {from: Accounts.mintOwnerAccount});
await checkMINTp0([token, mintController], [expectedTokenState, expectedMintControllerState]);
actualMinter = await mintController.controllers(zeroAddress);
assert.equal(zeroAddress, zeroAddress);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line is always true, no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants