mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Update API with latest web changes
This commit is contained in:
@ -77,7 +77,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
var table = new CountriesTable(page)
|
||||
{
|
||||
Rankings = rankings,
|
||||
Rankings = rankings.Countries,
|
||||
};
|
||||
|
||||
LoadComponentAsync(table, t =>
|
||||
@ -104,7 +104,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
var table = new PerformanceTable(page)
|
||||
{
|
||||
Rankings = rankings,
|
||||
Rankings = rankings.Users,
|
||||
};
|
||||
|
||||
LoadComponentAsync(table, t =>
|
||||
@ -131,7 +131,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
{
|
||||
var table = new ScoresTable(page)
|
||||
{
|
||||
Rankings = rankings,
|
||||
Rankings = rankings.Users,
|
||||
};
|
||||
|
||||
LoadComponentAsync(table, t =>
|
||||
|
Reference in New Issue
Block a user