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:
parent
25bbb02999
commit
19f117ae53
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user