How to use DIDKit in tests? #331
Unanswered
SametSahin10
asked this question in
Q&A
Replies: 1 comment
-
I've created #331. I couldn't delete this discussion since it currently not possible. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm exploring the codebase. I saw that you have some unit tests that you call DIDKit in. When I try to call DIDKit in unit tests of the app I'm working on, I get an error that says:
Invalid argument(s): Failed to load dynamic library 'libdidkit.so': libdidkit.so: cannot open shared object file: No such file or directory
I'm able to use DIDKit while the app is running. I get the error only on tests. How do you use DIDKit in unit tests?
Beta Was this translation helpful? Give feedback.
All reactions