You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: