mirror of
https://github.com/osukey/osukey.git
synced 2025-06-25 05:07:59 +09:00
Adjust comment
This commit is contained in:
parent
67c44552cb
commit
6d4023b933
@ -500,7 +500,7 @@ namespace osu.Game.Tests.Database
|
|||||||
beatmapCollection.BeatmapMD5Hashes.Add(originalHash);
|
beatmapCollection.BeatmapMD5Hashes.Add(originalHash);
|
||||||
});
|
});
|
||||||
|
|
||||||
// Second import matches first but contains one extra .osu file.
|
// Second import matches first but contains a modified .osu file.
|
||||||
var importAfterUpdate = await importer.ImportAsUpdate(new ProgressNotification(), new ImportTask(pathModified), importBeforeUpdate.Value);
|
var importAfterUpdate = await importer.ImportAsUpdate(new ProgressNotification(), new ImportTask(pathModified), importBeforeUpdate.Value);
|
||||||
|
|
||||||
Assert.That(importAfterUpdate, Is.Not.Null);
|
Assert.That(importAfterUpdate, Is.Not.Null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user