mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Fix test method names
This commit is contained in:
parent
7143ff523f
commit
21829e7ef4
@ -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)";
|
||||
|
Loading…
Reference in New Issue
Block a user