Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing in package #844

Open
leandro-pilz opened this issue Oct 12, 2024 · 0 comments
Open

Testing in package #844

leandro-pilz opened this issue Oct 12, 2024 · 0 comments

Comments

@leandro-pilz
Copy link

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
image

In test
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant