more correct test setup

This commit is contained in:
Aster Fialla
2026-02-17 07:14:47 -05:00
parent 5e28cdfd01
commit 876f9486ad

View File

@@ -21,6 +21,7 @@ describe('parseMemberCommand', () => {
jest.spyOn(memberHelper, 'updateDisplayName').mockResolvedValue("update display name");
jest.spyOn(memberHelper, 'updateProxy').mockResolvedValue("update proxy");
jest.spyOn(memberHelper, 'updatePropic').mockResolvedValue("update propic");
jest.spyOn(memberHelper, 'getProxyByMember').mockResolvedValue("update proxy");
});