mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08: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.Bindables;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Localisation;
|
||||
using osu.Game.Online.API.Requests.Responses;
|
||||
using osu.Game.Overlays;
|
||||
using osu.Game.Overlays.Wiki;
|
||||
@ -96,7 +97,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
|
||||
private class TestHeader : WikiHeader
|
||||
{
|
||||
public IReadOnlyList<string> TabControlItems => TabControl.Items;
|
||||
public IReadOnlyList<LocalisableString?> TabControlItems => TabControl.Items;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user