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

Inconsistency in has_many_save_uid test ? #1875

Open
oaubert opened this issue Jun 17, 2024 · 1 comment
Open

Inconsistency in has_many_save_uid test ? #1875

oaubert opened this issue Jun 17, 2024 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@oaubert
Copy link

oaubert commented Jun 17, 2024

In


the userId key is declared as a number, while the declaration in the User class states that it is a uid (string): @Uid() id!: string. It looks like an inconsistency.

@CodeDredd CodeDredd added the documentation Improvements or additions to documentation label Jun 17, 2024
@CodeDredd
Copy link
Owner

You are right i defined the wrong type for userId. Not all tests are perfectly written 😉

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

No branches or pull requests

2 participants