diff --git a/ChaosBot.UnitTests/LodestoneTests.cs b/ChaosBot.UnitTests/LodestoneTests.cs index 0ccd1c6..3146ab3 100644 --- a/ChaosBot.UnitTests/LodestoneTests.cs +++ b/ChaosBot.UnitTests/LodestoneTests.cs @@ -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]