UnitTest updated

This commit is contained in:
Brett Hewitson 2022-05-02 11:19:47 +10:00
parent 56c0ba775c
commit aa5c135be7

View file

@ -19,7 +19,7 @@ namespace Plugin.Common.UnitTests
// Assert
Assert.IsNotNull(profileList);
Assert.IsTrue(profileList.Count == 3);
Assert.AreEqual(3, profileList.Count);
}
public IList<Profile> FetchProfiles()