mirror of
https://github.com/ppy/osu
synced 2024-12-24 15:53:37 +00:00
Fix some incorrect comments / test step descriptions
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
db893f3dc7
commit
662073c472
@ -132,7 +132,7 @@ namespace osu.Game.Tests.Database
|
||||
{
|
||||
ScoreInfo scoreInfo = null!;
|
||||
|
||||
AddStep("Add score which requires upgrade (but has no beatmap)", () =>
|
||||
AddStep("Add score which requires upgrade (and has beatmap)", () =>
|
||||
{
|
||||
Realm.Write(r =>
|
||||
{
|
||||
|
@ -86,7 +86,7 @@ namespace osu.Game.Scoring
|
||||
/// Should be used to ensure we don't repeatedly attempt to update the same scores each startup even though we already know they will fail.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// See https://github.com/ppy/osu/issues/24301 for one example of how this can occur(missing beatmap file on disk).
|
||||
/// See https://github.com/ppy/osu/issues/24301 for one example of how this can occur (missing beatmap file on disk).
|
||||
/// </remarks>
|
||||
public bool TotalScoreUpgradeFailed { get; set; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user