mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Fix incorrect assertion
This commit is contained in:
parent
48a181af1f
commit
7e800659aa
@ -104,9 +104,10 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
|
||||
// User 1.
|
||||
|
||||
// This item is added to the end rather than injected between item4 and item5, since both users have an equal number
|
||||
// of added items at this point and this user was the last of the two to add an item.
|
||||
PlaylistItem item6 = addItemStep(1);
|
||||
assertPositionStep(item6, 4);
|
||||
assertPositionStep(item5, 5);
|
||||
assertPositionStep(item6, 5);
|
||||
|
||||
// User 3.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user