Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Conversation

felix2feng
Copy link
Contributor

No description provided.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6087

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 6080: 0.0%
Covered Lines: 841
Relevant Lines: 841

💛 - Coveralls


it('refunds the user the appropriate amount of eth', async () => {
const previousEthBalance: BigNumber = new BigNumber(await web3.eth.getBalance(subjectCaller));
describe('', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Add describe

customIssuePaymentTokenAmount = new BigNumber(10 ** 10);
const excessEth = new BigNumber(10 ** 10);

describe('', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Add describe

customIssuePaymentTokenAmount = new BigNumber(10 ** 10);
const excessTokenAmount = new BigNumber(10 ** 10);

describe('', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Add describe


it('refunds the user the appropriate amount of weth', async () => {
const previousWethBalance: BigNumber = await weth.balanceOf.callAsync(subjectCaller);
describe('', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Add describe

@felix2feng felix2feng merged commit dffbfd7 into master Aug 2, 2019
@felix2feng felix2feng deleted the felix/log-change branch August 2, 2019 14:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants