mirror of https://github.com/ppy/osu
Remove no-longer-valid assertion
This commit is contained in:
parent
e5b51f769c
commit
12ef93ac3b
|
@ -130,7 +130,6 @@ public void TestVibrateWithoutSpinningOnCentreWithDoubleTime()
|
|||
AddStep("set DT", () => SelectedMods.Value = new[] { new OsuModDoubleTime { SpeedChange = { Value = rate } } });
|
||||
performTest(frames);
|
||||
|
||||
assertTicksHit(0);
|
||||
assertSpinnerHit(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue