fixed name leak

This commit is contained in:
Rj Manhas
2025-11-10 22:05:12 -07:00
parent 508849a8af
commit 735671cef6
13 changed files with 185 additions and 40 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ describe("AllianceExtensionExecution", () => {
MessageType.RENEW_ALLIANCE,
player2.id(),
undefined,
{ name: player1.displayName() },
{ otherPlayerID: player1.id() },
);
expect(displayMessageSpy).toHaveBeenCalledTimes(1);