Fixed unit test failing

This commit is contained in:
Lucas Nicodemus 2011-12-04 21:12:36 -07:00
parent 9e36d17db1
commit 45ef04e9d7

View file

@ -40,7 +40,7 @@ namespace UnitTests
{
Assert.IsTrue(Groups.AddGroup("test1", "heal") != "");
Assert.IsTrue(Groups.GroupExists("test1"));
Assert.IsTrue(Utils.GetGroup("test1").HasPermission("heal"));
Assert.IsTrue(TShock.Utils.GetGroup("test1").HasPermission("heal"));
}
[TestMethod]