1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:02:55 +08:00

Adjust comment

This commit is contained in:
Dan Balasescu 2022-07-28 16:56:11 +09:00
parent 67c44552cb
commit 6d4023b933

View File

@ -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);