More unit tests for more fun!

This commit is contained in:
Zack Piispanen 2011-08-08 20:40:44 -04:00
parent 7e3a38c5c1
commit f89de33d01
5 changed files with 78 additions and 3 deletions

View file

@ -29,7 +29,7 @@ namespace UnitTests
}
[TestMethod]
public void TestDBNotNull()
public void TestBansDBNotNull()
{
Assert.IsNotNull(Bans);
}