wulfraem

Results 2 comments of wulfraem

Also `tests::test_jwk_storage::write_to_disk` (in `identity_stronghold`) runs into an error on my machine: ```sh $ cargo test tests::test_jwk_storage::write_to_disk -- --exact Finished test [unoptimized + debuginfo] target(s) in 0.15s Running unittests src/lib.rs (/Users/swo/projects/iota/identity.rs-2/target/debug/deps/identity_stronghold-2e61cbd91c5befb5)...

CI errors looks like to fail due to feature "bbs-plus" not being enabled in `identity_stronghold`. Works locally if I start the tests with `cargo test --features "bbs-plus"`. ^^