mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 17:23:22 +08:00
Update migration test to use realm file as test
This commit is contained in:
parent
46e92c3b60
commit
bf4133021b
@ -179,7 +179,7 @@ namespace osu.Game.Tests.NonVisual
|
|||||||
{
|
{
|
||||||
var osu = LoadOsuIntoHost(host);
|
var osu = LoadOsuIntoHost(host);
|
||||||
|
|
||||||
const string database_filename = "client.db";
|
const string database_filename = "client.realm";
|
||||||
|
|
||||||
Assert.DoesNotThrow(() => osu.Migrate(customPath));
|
Assert.DoesNotThrow(() => osu.Migrate(customPath));
|
||||||
Assert.That(File.Exists(Path.Combine(customPath, database_filename)));
|
Assert.That(File.Exists(Path.Combine(customPath, database_filename)));
|
||||||
|
Loading…
Reference in New Issue
Block a user