Skip to content

Commit 434f0d7

Browse files
committed
Tests: Fix test for split ingredient name
1 parent b331440 commit 434f0d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/postprocess/test_postprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def test_split_ingredient_name(self, p_split_name):
672672
name=[
673673
IngredientText(
674674
text="fresh basil leaves",
675-
confidence=0.8586214999999999,
675+
confidence=0.858621,
676676
starting_index=1,
677677
)
678678
],

0 commit comments

Comments
 (0)