mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Use default
value to denote no play date, rather than null
This commit is contained in:
@ -56,7 +56,7 @@ namespace osu.Game.Tests.Visual.Ranking
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestWithNullDate()
|
||||
public void TestWithDefaultDate()
|
||||
{
|
||||
AddStep("show autoplay score", () =>
|
||||
{
|
||||
@ -69,7 +69,7 @@ namespace osu.Game.Tests.Visual.Ranking
|
||||
{
|
||||
Mods = mods,
|
||||
Beatmap = beatmap,
|
||||
Date = null,
|
||||
Date = default,
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user