We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is not possible to add the same pokemon twice to a list.
"Pikachu" would be listed twice.
"Pikachu" is listed once.
The text was updated successfully, but these errors were encountered:
#12 Test demostranting we cannot add the same pokemon twice.
e54609f
#12 Create an intermediate entity to be added to the comparison lists…
2aab613
…, that can be repeated.
#12 Create some properties and methods to abstract a bit the migratio…
1c12690
…n between the old, direct lists and the new, mediated lists.
#12 Use new mediated properties/method in tests.
ec321b9
#12 Update views to use proper properties whenever needed.
15c7dff
No branches or pull requests
It is not possible to add the same pokemon twice to a list.
Steps to reproduce
Expected results
"Pikachu" would be listed twice.
Actual results
"Pikachu" is listed once.
The text was updated successfully, but these errors were encountered: