Correct commentTree failure unit-test - issue #1776

This commit is contained in:
Laurent GAY
2025-07-07 16:14:13 +02:00
parent fc2ee69505
commit 4fd9e3bc86
6 changed files with 135 additions and 42 deletions

View File

@@ -78,7 +78,7 @@ describe("ParticipationWithoutAccount", () => {
) => {
mockClient = createMockClient({
cache,
resolvers: defaultResolvers,
resolvers: defaultResolvers(cache),
});
requestHandlers = {
anonymousActorIdQueryHandler: vi