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
❌ 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
The text was updated successfully, but these errors were encountered:
@teolemon As far as off-dart goes, those tests don't fail anymore. And there are already related issues on the server side:
count
page_count
Sorry, something went wrong.
ok, closing @monsieurtanuki
No branches or pull requests
❌ 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
The text was updated successfully, but these errors were encountered: