mirror of https://github.com/ppy/osu
Fix another test
The last two PRs didn't interact well together.
This commit is contained in:
parent
4f37643780
commit
58354e3e68
|
@ -71,7 +71,7 @@ public void TestDecodeManiaReplay()
|
|||
Assert.AreEqual(ScoreRank.B, score.ScoreInfo.Rank);
|
||||
|
||||
Assert.That(score.Replay.Frames, Has.One.Matches<ManiaReplayFrame>(frame =>
|
||||
frame.Time == 414 && frame.Actions.SequenceEqual(new[] { ManiaAction.Key1, ManiaAction.Key16 })));
|
||||
frame.Time == 414 && frame.Actions.SequenceEqual(new[] { ManiaAction.Key1, ManiaAction.Key18 })));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue