Fixed unit test failing
This commit is contained in:
parent
9e36d17db1
commit
45ef04e9d7
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ namespace UnitTests
|
||||||
{
|
{
|
||||||
Assert.IsTrue(Groups.AddGroup("test1", "heal") != "");
|
Assert.IsTrue(Groups.AddGroup("test1", "heal") != "");
|
||||||
Assert.IsTrue(Groups.GroupExists("test1"));
|
Assert.IsTrue(Groups.GroupExists("test1"));
|
||||||
Assert.IsTrue(Utils.GetGroup("test1").HasPermission("heal"));
|
Assert.IsTrue(TShock.Utils.GetGroup("test1").HasPermission("heal"));
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestMethod]
|
[TestMethod]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue