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

Problem: Test "Valid TRANSFER transaction with multiple Ed25519 inputs..." failing #182

Merged
merged 1 commit into from
Jun 1, 2018

Conversation

future-is-present
Copy link
Contributor

Solution: Resolving the promise inside the then() solves the issue.

The test is failing sometimes, specially when you change the asset or metadata object in constants. That is happening because you get invalid input as the conn.postTransactionCommit(transferTxSigned2) is not completed and the input is not valid.

@codecov-io
Copy link

codecov-io commented May 23, 2018

Codecov Report

Merging #182 into master will decrease coverage by 1.55%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #182      +/-   ##
==========================================
- Coverage   85.99%   84.43%   -1.56%     
==========================================
  Files          11       11              
  Lines         257      257              
==========================================
- Hits          221      217       -4     
- Misses         36       40       +4
Impacted Files Coverage Δ
src/request.js 78.57% <0%> (-14.29%) ⬇️
src/baseRequest.js 72.41% <0%> (-6.9%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9163284...4639acb. Read the comment docs.

@future-is-present
Copy link
Contributor Author

@amed83 I added you as a reviewer. Can you check, test and merge if everything looks good for you?

Cheers

@future-is-present future-is-present merged commit b62471a into master Jun 1, 2018
@kremalicious kremalicious deleted the fix-integration-test branch June 13, 2018 14:48
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.

2 participants