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

Some small fails #825

Closed
teolemon opened this issue Nov 15, 2023 · 2 comments
Closed

Some small fails #825

teolemon opened this issue Nov 15, 2023 · 2 comments

Comments

@teolemon
Copy link
Member

❌ test/api_search_products_test.dart: OpenFoodAPIClient search products query potatoes products (failed)
Expected: <24>
Actual: <0>

package:matcher expect
test/api_search_products_test.dart 785:7 main..

❌ test/api_get_user_products_test.dart: OpenFoodAPIClient get user products contributor (failed)
Expected: <6>
Actual: <5>
(OpenFoodFactsLanguage.ENGLISH, TagFilterType.CREATOR)

package:matcher expect
test/api_get_user_products_test.dart 54:7 main..getCount
===== asynchronous gap ===========================
test/api_get_user_products_test.dart 75:27 main..getCountForAllLanguages
===== asynchronous gap ===========================
test/api_get_user_products_test.dart 95:25 main..checkTypeCount

@monsieurtanuki
Copy link
Contributor

monsieurtanuki commented Nov 15, 2023

@teolemon As far as off-dart goes, those tests don't fail anymore.
And there are already related issues on the server side:

@teolemon teolemon added requires server change 🐛 bug Something isn't working labels Nov 15, 2023
@teolemon
Copy link
Member Author

ok, closing @monsieurtanuki

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

No branches or pull requests

2 participants