1
0
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:
Marvin Schürz 2023-10-04 00:20:38 +02:00
parent 32f69cd0ba
commit 5678d90461

View File

@ -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);
}