1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 20:53:04 +08:00

Imply we are using fake data in description.

This commit is contained in:
Dean Herbert 2016-10-27 17:38:23 +09:00
parent a764a97602
commit ace31c68ea

View File

@ -18,7 +18,7 @@ namespace osu.Desktop.Tests
private TestStorage storage; private TestStorage storage;
public override string Name => @"Song Select"; 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() public override void Reset()
{ {