Skip to content

Commit

Permalink
Slight wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
BethanyG committed Oct 7, 2023
1 parent 3273721 commit 5ca2a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exercises/concept/cater-waiter/sets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def test_clean_ingredients(self):
with self.subTest(f"variation #{variant}", inputs="recipes with duplicated ingredients",
result="recipe ingredients de-duped"):

error_msg = (f"Expected a cleaned ingredient list for {item[0]}, "
"but the ingredients aren't cleaned as expected.")
error_msg = (f"Expected the ingredient list for {item[0]} to be de-duplicated, "
"but the ingredients were not cleaned as expected.")

self.assertEqual(clean_ingredients(item[0], item[1]), (result[1], result[2]), msg=error_msg)

Expand Down

0 comments on commit 5ca2a8f

Please sign in to comment.