-
Notifications
You must be signed in to change notification settings - Fork 455
Update interop internal methods Unit Test review #9085
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release/6.1.0 #9085 +/- ##
==============================================
Coverage 84.35% 84.36%
==============================================
Files 655 655
Lines 24113 24113
Branches 3497 3497
==============================================
+ Hits 20341 20343 +2
+ Misses 3772 3770 -2 |
The list below is copied from @AndreasKendziorra's #8201 Legend: internal_method.spec.tsappendToInboxTree and appendToOutboxTree
addToOutbox
sendInternal
terminateChainInternal
createTerminatedStateAccount
verifyCertificate
verifyCertificateSignature
verifyValidatorsUpdate
verifyPartnerChainOutboxRoot
updateCertificate
mainchain/internal_method.spec.ts
sidechain/internal_method.spec.ts
|
…update-interop-unit-test-review
P.S. The |
…update-interop-unit-test-review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All comments of the form "// TODO: [DONE]" should be removed
framework/test/unit/modules/interoperability/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
framework/test/unit/modules/interoperability/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
framework/test/unit/modules/interoperability/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
framework/test/unit/modules/interoperability/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
framework/test/unit/modules/interoperability/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
framework/test/unit/modules/interoperability/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
framework/test/unit/modules/interoperability/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
framework/test/unit/modules/interoperability/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
framework/test/unit/modules/interoperability/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
framework/test/unit/modules/interoperability/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
…update-interop-unit-test-review
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is only this one comment with the question open and the comments of the form "// TODO" to remove.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apart from a couple of minor comments and the comment from Andreas to remove TODO comments, LGTM.
framework/test/unit/modules/interoperability/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
framework/test/unit/modules/interoperability/mainchain/internal_method.spec.ts
Outdated
Show resolved
Hide resolved
All comments have been replied and/or resolved, test also passed, feel free to take a look 🙇 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done @Phanco 👏
What was the problem?
This PR resolves #8201
How was it solved?
Tests added/updated according to Unit Test Reviews
How was it tested?
CI Passed and coverage increased