mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Change to explicit method instead
This commit is contained in:
@ -221,7 +221,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
callbackInvoked = false;
|
||||
});
|
||||
|
||||
AddStep("bind event again", () => testSpectatorStreamingClient.OnUserBeganPlaying += callbackAction);
|
||||
AddStep("bind event with run once immediately", () => testSpectatorStreamingClient.BindUserBeganPlaying(callbackAction, true));
|
||||
AddAssert("callback invoked", () => callbackInvoked);
|
||||
|
||||
// Don't leave the event bound if test run succeeded.
|
||||
|
Reference in New Issue
Block a user