Remove redundant cacheUtils mock

This commit is contained in:
Owen Greenhalgh
2026-05-28 12:13:22 +01:00
parent 483ac8747f
commit bf98c049c4

View File

@@ -20,11 +20,6 @@ mock.module(
}),
);
mock.module("@/utils/cacheUtils/cacheUtils.js", () => ({
tryRedisRead: async <T>(operation: () => Promise<T>) => operation(),
tryRedisWrite: async <T>(operation: () => Promise<T>) => operation(),
}));
import { batchInvalidateCachedFullSubjects } from "@/internal/customers/cache/fullSubject/actions/invalidate/batchInvalidateCachedFullSubjects.js";
type RedisCalls = {