Merge branch 'develop' into master

This commit is contained in:
Daniel_I_Am 2020-08-13 21:17:07 +02:00
commit d54bc43ed7
No known key found for this signature in database
GPG Key ID: 80C428FCC9743E84

View File

@ -17,7 +17,7 @@ namespace ChaosBot.UnitTests
{ {
LodestoneManager.GetCharacter("[server]", "[name]"); LodestoneManager.GetCharacter("[server]", "[name]");
} }
catch (NullReferenceException) catch (InvalidOperationException)
{ {
Assert.Ignore(); Assert.Ignore();
} }