From ace31c68ea4c0ec535d3a6a9f3ea45203f44b1f8 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 27 Oct 2016 17:38:23 +0900 Subject: [PATCH] Imply we are using fake data in description. --- osu.Desktop.VisualTests/Tests/TestCasePlaySongSelect.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Desktop.VisualTests/Tests/TestCasePlaySongSelect.cs b/osu.Desktop.VisualTests/Tests/TestCasePlaySongSelect.cs index 986d5c7792..5481df3d85 100644 --- a/osu.Desktop.VisualTests/Tests/TestCasePlaySongSelect.cs +++ b/osu.Desktop.VisualTests/Tests/TestCasePlaySongSelect.cs @@ -18,7 +18,7 @@ namespace osu.Desktop.Tests private TestStorage storage; public override string Name => @"Song Select"; - public override string Description => @"Testing song selection UI"; + public override string Description => @"with fake data"; public override void Reset() {