diff --git a/src/Plugin.Common.UnitTests/PluginHelperUnitTest.cs b/src/Plugin.Common.UnitTests/PluginHelperUnitTest.cs index afac442e..e94fe9e0 100644 --- a/src/Plugin.Common.UnitTests/PluginHelperUnitTest.cs +++ b/src/Plugin.Common.UnitTests/PluginHelperUnitTest.cs @@ -19,7 +19,7 @@ namespace Plugin.Common.UnitTests // Assert Assert.IsNotNull(profileList); - Assert.IsTrue(profileList.Count == 3); + Assert.AreEqual(3, profileList.Count); } public IList FetchProfiles()