mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:28:00 +08:00
Reduce silliness of notification test case
This commit is contained in:
parent
32f69cd0ba
commit
5678d90461
@ -549,7 +549,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
||||
var user = await userLookupCache.GetUserAsync(0).ConfigureAwait(true);
|
||||
if (user == null) return;
|
||||
|
||||
var n = new UserAvatarNotification(user, $"{user.Username} is telling you to NOT download Haitai!");
|
||||
var n = new UserAvatarNotification(user, $"{user.Username} invited you to a multiplayer match!");
|
||||
|
||||
notificationOverlay.Post(n);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user