AlistairTait12 / FightWaste

The FightWaste console application - get a quick shopping list based on your meal plan
0 stars 0 forks source link

Meals and ingredients should be case insensitive #22

Closed AlistairTait12 closed 1 year ago

AlistairTait12 commented 1 year ago
var userResponse = _consoleWrapper.Read(); 
var mealToAdd = _repository.GetMealByName(userResponse);

Do you

AlistairTait12 commented 1 year ago

Unit tests: