Merge branch 'develop' into master

This commit is contained in:
Daniel_I_Am 2020-08-11 04:47:18 +02:00
commit 55fcb3f645
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -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]