From 0432f9a1b710d429325574ba1e79b2f65558de44 Mon Sep 17 00:00:00 2001 From: FauxNight <166245728+FauxNight@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:37:58 -0600 Subject: [PATCH] updated calorie and vitamin ranges for ice cream --- tests/iteminfo_test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/iteminfo_test.cpp b/tests/iteminfo_test.cpp index 90f1479740bdc..0a63e8f5e7860 100644 --- a/tests/iteminfo_test.cpp +++ b/tests/iteminfo_test.cpp @@ -1994,13 +1994,13 @@ TEST_CASE( "nutrients_in_food", "[iteminfo][food]" ) "--\n" "Nutrition will vary with chosen ingredients.\n" "Calories (kcal):" - " 56-532" + " 53-470" " Quench: 0\n" ); // Values end up rounded slightly CHECK( item_info_str( ice_cream, { iteminfo_parts::FOOD_VITAMINS } ) == "--\n" "Nutrition will vary with chosen ingredients.\n" - "Vitamins (RDA): 63-354 mg Calcium (6-35%), 0-23 mg Iron (0-128%)," + "Vitamins (RDA): 63-323 mg Calcium (6-32%), 0-20 mg Iron (0-109%)," " and 0-45 mg Vitamin C (0-50%)\n" ); } }