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