Merge branch 'develop' into master
This commit is contained in:
commit
55fcb3f645
@ -7,11 +7,20 @@ using NUnit.Framework;
|
||||
|
||||
namespace ChaosBot.UnitTests
|
||||
{
|
||||
[TestFixture]
|
||||
public class LodestoneTests
|
||||
{
|
||||
[SetUp]
|
||||
public void Setup()
|
||||
{
|
||||
try
|
||||
{
|
||||
LodestoneManager.GetCharacter("[server]", "[name]");
|
||||
}
|
||||
catch (NullReferenceException)
|
||||
{
|
||||
Assert.Ignore();
|
||||
}
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user