Fix some missed instances of TestCase

This commit is contained in:
Dean Herbert
2019-05-15 18:32:29 +09:00
parent a1b4d7aafd
commit 1ccef61f7b
4 changed files with 5 additions and 5 deletions

View File

@ -85,7 +85,7 @@ namespace osu.Game.Tests.Visual
protected override void LoadAsyncComplete()
{
// this has to be run here rather than LoadComplete because
// TestCase.cs is checking the IsLoaded state (on another thread) and expects
// TestScene.cs is checking the IsLoaded state (on another thread) and expects
// the runner to be loaded at that point.
Add(runner = new TestSceneTestRunner.TestRunner());
}