1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 19:22:54 +08:00

Add missing Test prefix

This commit is contained in:
Salman Ahmed 2022-05-05 06:12:24 +03:00
parent f28978b856
commit a26793cd65

View File

@ -157,7 +157,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
} }
[Test] [Test]
public void KeyboardSelection() public void TestKeyboardSelection()
{ {
createPlaylist(p => p.AllowSelection = true); createPlaylist(p => p.AllowSelection = true);