impierce / identity-wallet

A Tauri-based Identity Wallet for people to manage Decentralized Identities and Verifiable Credentials.
https://www.impierce.com
Apache License 2.0
18 stars 3 forks source link

Add tests to some of the Rust functions #154

Open Norlock opened 6 months ago

Norlock commented 6 months ago

Description

The following functions still need a unit test:

This needs to test if the connections/credentials are correctly accepted and if the history event is correctly added.

Motivation

We need to better know if we break existing code when we make changes to the code base

Resources

No response

To-do List