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 am creating a package with the database to use in my application. I have completed the initial setup, and everything is working fine. If I use a class to retrieve my UserDao, everything works as expected, and I can find the DAOs without any issues. However, when I do the same in a test, I cannot get it to find the DAO reference.
Exists dao
In test
The text was updated successfully, but these errors were encountered:
Hello, I am creating a package with the database to use in my application. I have completed the initial setup, and everything is working fine. If I use a class to retrieve my UserDao, everything works as expected, and I can find the DAOs without any issues. However, when I do the same in a test, I cannot get it to find the DAO reference.
Exists dao
In test
The text was updated successfully, but these errors were encountered: