1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 10:18:22 +08:00

Update test logic for new exception type

This commit is contained in:
Dean Herbert 2020-05-14 20:18:57 +09:00
parent 25bbb02999
commit 19f117ae53

View File

@ -211,7 +211,7 @@ namespace osu.Game.Tests.NonVisual
var osu = loadOsu(host);
Assert.DoesNotThrow(() => osu.Migrate(customPath));
Assert.Throws<InvalidOperationException>(() => osu.Migrate(customPath));
Assert.Throws<ArgumentException>(() => osu.Migrate(customPath));
}
finally
{