prosopo / protocol

GNU General Public License v3.0
3 stars 4 forks source link

Make old unit tests use new account generation functions #287

Open goastler opened 1 year ago

goastler commented 1 year ago

We've now got fns for generating different types of account. These are managed to ensure no collisions occur. The newer unit tests use them but the old ones do not, and instead make accounts ad-hoc which could lead to collisions.

We need to transfer the old tests over to using the new account creation methods.