mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
UnitTest updated
This commit is contained in:
parent
56c0ba775c
commit
aa5c135be7
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ namespace Plugin.Common.UnitTests
|
||||||
|
|
||||||
// Assert
|
// Assert
|
||||||
Assert.IsNotNull(profileList);
|
Assert.IsNotNull(profileList);
|
||||||
Assert.IsTrue(profileList.Count == 3);
|
Assert.AreEqual(3, profileList.Count);
|
||||||
}
|
}
|
||||||
|
|
||||||
public IList<Profile> FetchProfiles()
|
public IList<Profile> FetchProfiles()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue