You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[DataRow(0, 0)]
public void NumberOfFruits_DoubleFruits_SinglePerson(int person, int expected) //<---
{
//Act
var original = manual.NumberOfFruits(person);
//Assert
Assert.AreEqual(original, expected);
}