Skip to content

Commit

Permalink
updated calorie and vitamin ranges for ice cream
Browse files Browse the repository at this point in the history
  • Loading branch information
FauxNight authored Dec 5, 2024
1 parent 16a579b commit 0432f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/iteminfo_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1994,13 +1994,13 @@ TEST_CASE( "nutrients_in_food", "[iteminfo][food]" )
"--\n"
"Nutrition will <color_cyan>vary with chosen ingredients</color>.\n"
"<color_c_white>Calories (kcal)</color>:"
" <color_c_yellow>56</color>-<color_c_yellow>532</color>"
" <color_c_yellow>53</color>-<color_c_yellow>470</color>"
" Quench: <color_c_yellow>0</color>\n" );
// Values end up rounded slightly
CHECK( item_info_str( ice_cream, { iteminfo_parts::FOOD_VITAMINS } ) ==
"--\n"
"Nutrition will <color_cyan>vary with chosen ingredients</color>.\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" );
}
}
Expand Down

0 comments on commit 0432f9a

Please sign in to comment.