-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
line 59 - Assert will show Assert.IsTrue Failed, no descriptive message, as this kind of assert is used a lot in your tests - you can extract it to a method, so it will be tidier, and easier to maintain
line 129 & 130, basically you want to test that all users returned have the exact same age, you don't have to check two things... only one, that all users meet the criteria
data validation should ckeck error message
Reactions are currently unavailable