1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 09:32:55 +08:00

Rename null beatmap test to indicate there's a background

This commit is contained in:
Joseph Madamba 2023-09-04 21:39:26 -07:00
parent 98d027d207
commit 9451613391
No known key found for this signature in database
GPG Key ID: 8B746C7BDDF0BD76

View File

@ -120,7 +120,7 @@ namespace osu.Game.Tests.Visual.SongSelect
}
[Test]
public void TestNullBeatmap()
public void TestNullBeatmapWithBackground()
{
selectBeatmap(null);
AddAssert("check default title", () => infoWedge.Info!.TitleLabel.Current.Value == Beatmap.Default.BeatmapInfo.Metadata.Title);