I fucked up when to ignore lodestone tests

This commit is contained in:
Daniel_I_Am 2020-08-13 21:16:52 +02:00
parent d71f4ac3c6
commit dc986457e5
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]");
}
catch (NullReferenceException)
catch (InvalidOperationException)
{
Assert.Ignore();
}