mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-20 08:01:11 +00:00
fixed name leak
This commit is contained in:
@@ -152,7 +152,7 @@ describe("AllianceExtensionExecution", () => {
|
||||
MessageType.RENEW_ALLIANCE,
|
||||
player2.id(),
|
||||
undefined,
|
||||
{ name: player1.displayName() },
|
||||
{ otherPlayerID: player1.id() },
|
||||
);
|
||||
expect(displayMessageSpy).toHaveBeenCalledTimes(1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user