-
Notifications
You must be signed in to change notification settings - Fork 35
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
add integration test for aid to join multisig #255
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #255 +/- ##
==========================================
- Coverage 82.85% 82.76% -0.10%
==========================================
Files 46 46
Lines 4189 4218 +29
Branches 1043 1053 +10
==========================================
+ Hits 3471 3491 +20
- Misses 689 722 +33
+ Partials 29 5 -24 ☔ View full report in Codecov by Sentry. |
I added the waitOperation call. Needs a new Keria image with WebOfTrust/keria#236 to make the tests pass. |
- add method in renaming credential registries. - update credential.test.ts Signed-off-by: arshdeep singh <[email protected]>
Signed-off-by: 2byrds <[email protected]>
…t#222) * fix: cannot set different salts for credential * fix types * add comments * fix dt for issuance event
* URL enconding of name in api call * prettier * content-lenght header not needed * add test * remove debris * fix test * pretty * Update test/app/aiding.test.ts
Signed-off-by: Nuttawut Kongsuwan <[email protected]>
maybe fix upload issue
* remove docs * add docs publish * fix permissions
I made some bad git-stuff. |
This PR includes multisig test join and illustrates the problem in #227.
The integration test creates a multisig-group with 2 members and threshold 1.
Member 1 adds a new member(member3) to the group and does a double rotation for the new member to be able to join and add the end-role by himself.