From dc986457e562dd8dedfbdeda799938f43d39e296 Mon Sep 17 00:00:00 2001 From: Daniel-I-Am Date: Thu, 13 Aug 2020 21:16:52 +0200 Subject: [PATCH] I fucked up when to ignore lodestone tests --- ChaosBot.UnitTests/LodestoneTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChaosBot.UnitTests/LodestoneTests.cs b/ChaosBot.UnitTests/LodestoneTests.cs index 3146ab3..8ba11f3 100644 --- a/ChaosBot.UnitTests/LodestoneTests.cs +++ b/ChaosBot.UnitTests/LodestoneTests.cs @@ -17,7 +17,7 @@ namespace ChaosBot.UnitTests { LodestoneManager.GetCharacter("[server]", "[name]"); } - catch (NullReferenceException) + catch (InvalidOperationException) { Assert.Ignore(); }