mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 01:02:55 +08: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);
|
||||
});
|
||||
|
||||
// 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);
|
||||
|
||||
Assert.That(importAfterUpdate, Is.Not.Null);
|
||||
|
Loading…
Reference in New Issue
Block a user