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

Adapting test_add_party. #34

Open
toufic0710 opened this issue Feb 7, 2023 · 0 comments
Open

Adapting test_add_party. #34

toufic0710 opened this issue Feb 7, 2023 · 0 comments

Comments

@toufic0710
Copy link

Hi,

I want to modify the test_add_party test to change n, t and the number of people who are willing to do a resharing. For example, I have an error when I try to modify 5 by 4 here :

let mut keys = all_keys[0..5].to_vec();

---- test::tests::test_add_party stdout ---- thread 'test::tests::test_add_party' panicked at 'insertion index (is 6) should be <= len (is 5)', library/alloc/src/vec/mod.rs:1445:13

I have the same kind of error when I try to modify t from 7 to 8 for example (but it works for 6...).

would appreciate insights!

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

No branches or pull requests

1 participant