mirror of
https://github.com/osukey/osukey.git
synced 2025-05-06 06:07:26 +09:00
Update test to match Breadcrumb change
This commit is contained in:
parent
7859d02c5b
commit
5b4a1ef70a
@ -7,6 +7,7 @@ using NUnit.Framework;
|
|||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Bindables;
|
using osu.Framework.Bindables;
|
||||||
using osu.Framework.Graphics;
|
using osu.Framework.Graphics;
|
||||||
|
using osu.Framework.Localisation;
|
||||||
using osu.Game.Online.API.Requests.Responses;
|
using osu.Game.Online.API.Requests.Responses;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
using osu.Game.Overlays.Wiki;
|
using osu.Game.Overlays.Wiki;
|
||||||
@ -96,7 +97,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
|
|
||||||
private class TestHeader : WikiHeader
|
private class TestHeader : WikiHeader
|
||||||
{
|
{
|
||||||
public IReadOnlyList<string> TabControlItems => TabControl.Items;
|
public IReadOnlyList<LocalisableString?> TabControlItems => TabControl.Items;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user