Fix CI issues (pass #2)

This commit is contained in:
Dean Herbert
2017-07-08 18:17:47 +09:00
parent 3c425dd07f
commit bb8efcc12f
16 changed files with 43 additions and 47 deletions

View File

@ -26,8 +26,8 @@ namespace osu.Desktop.VisualTests.Tests
protected override double TimePerAction => default_duration * 2;
private readonly Random rng = new Random(1337);
private TaikoPlayfield playfield;
private Container playfieldContainer;
private readonly TaikoPlayfield playfield;
private readonly Container playfieldContainer;
public TestCaseTaikoPlayfield()
{