mirror of
https://github.com/osukey/osukey.git
synced 2025-05-15 02:27:33 +09:00
Use int
in ChannelListing test
This commit is contained in:
parent
7daa2d0ea4
commit
9720a06b16
@ -72,7 +72,7 @@ namespace osu.Game.Tests.Visual.Online.NewChat
|
|||||||
|
|
||||||
private Channel createRandomChannel()
|
private Channel createRandomChannel()
|
||||||
{
|
{
|
||||||
var id = RNG.Next(0, 10000);
|
int id = RNG.Next(0, 10000);
|
||||||
return new Channel
|
return new Channel
|
||||||
{
|
{
|
||||||
Name = $"#channel-{id}",
|
Name = $"#channel-{id}",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user