mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 15:52:54 +08:00
Remove unnecessary interpolation
This commit is contained in:
parent
3b0e3cd71a
commit
0ccf691c97
@ -60,7 +60,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
AddAssert($"Check {testKey} counter after keypress", () => testCounter.CountPresses == 1);
|
||||
addPressKeyStep();
|
||||
AddAssert($"Check {testKey} counter after keypress", () => testCounter.CountPresses == 2);
|
||||
AddStep($"Disable counting", () => testCounter.IsCounting = false);
|
||||
AddStep("Disable counting", () => testCounter.IsCounting = false);
|
||||
addPressKeyStep();
|
||||
AddAssert($"Check {testKey} count has not changed", () => testCounter.CountPresses == 2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user