mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
fix pinned drawable comment test
This commit is contained in:
@ -43,9 +43,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
AddStep(description, () =>
|
||||
{
|
||||
if (description == "Pinned")
|
||||
comment.Pinned = true;
|
||||
|
||||
comment.Pinned = description == "Pinned";
|
||||
comment.Message = text;
|
||||
container.Add(new DrawableComment(comment));
|
||||
});
|
||||
|
Reference in New Issue
Block a user