Skip to content

Commit

Permalink
fix: fix issue in unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Dec 4, 2024
1 parent 723833b commit a1b0427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/insights/test_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1686,12 +1686,12 @@ def test_generate_candidates_no_new_nutrient(self):
)
assert len(candidates) == 0

def test_generate_candidates_nutrition_data_prepared_per(self):
def test_generate_candidates_nutrition_data_prepared(self):
product = Product(
{
"code": DEFAULT_BARCODE,
"nutriments": {},
"nutrition_data_prepared_per": "100g",
"nutrition_data_prepared": "on",
}
)
data = {
Expand Down

0 comments on commit a1b0427

Please sign in to comment.