1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:47:24 +08:00

Fix test method names

This commit is contained in:
Arthur Araujo 2024-07-02 21:12:15 -03:00
parent 7143ff523f
commit 21829e7ef4

View File

@ -44,7 +44,7 @@ namespace osu.Game.Tests.Editing.Checks
}
[Test]
public void TestTVSizeMarker()
public void TestTvSizeMarker()
{
beatmap.BeatmapInfo.Metadata.Title += " (TV Size)";
beatmap.BeatmapInfo.Metadata.TitleUnicode += " (TV Size)";
@ -55,7 +55,7 @@ namespace osu.Game.Tests.Editing.Checks
}
[Test]
public void TestMalformedTVSizeMarker()
public void TestMalformedTvSizeMarker()
{
beatmap.BeatmapInfo.Metadata.Title += " (tv size)";
beatmap.BeatmapInfo.Metadata.TitleUnicode += " (tv size)";