1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 07:22:54 +08:00

Fix using incorrect Description attribute

This commit is contained in:
Dean Herbert 2017-11-23 18:58:25 +09:00
parent 4ab919263d
commit 52c971cd75

View File

@ -9,7 +9,7 @@ using OpenTK;
namespace osu.Game.Tests.Visual
{
[TestFixture]
[Description("PlaySongSelect leaderboard/details area")]
[System.ComponentModel.Description("PlaySongSelect leaderboard/details area")]
internal class TestCaseBeatmapDetailArea : OsuTestCase
{
public TestCaseBeatmapDetailArea()