Skip to content

Commit

Permalink
Unit tests minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
monsieurtanuki committed Jan 3, 2025
1 parent 983ce2f commit 56adcb0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/api_get_product_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ void main() {
'Invertzuckersirup',
'natürliches Aroma',
'Schokolade Mürbegebäck',
'PflanzenPalmfett',
'Schokoladenstückchen',
'Kakaomasse',
'Kakaobutter',
Expand Down Expand Up @@ -655,7 +654,7 @@ void main() {
expect(nutritionalQuality.first.settingNote, isNull);
expect(nutritionalQuality.first.description, '');
expect(nutritionalQuality.first.descriptionShort,
'Poor nutritional quality');
'Lower nutritional quality');
expect(nutritionalQuality.first.title, 'Nutri-Score D');
expect(nutritionalQuality.first.name, 'Nutri-Score');
expect(nutritionalQuality.first.match,
Expand Down Expand Up @@ -884,7 +883,6 @@ void main() {

test('get knowledge panels', () async {
const Set<String> someExpectedKeys = <String>{
'ecoscore',
'environment_card',
'health_card',
'ingredients',
Expand Down

0 comments on commit 56adcb0

Please sign in to comment.