add redis notification repository tests back for edge cases

This commit is contained in:
2025-03-31 19:52:51 -07:00
parent 7a5e1b8561
commit f34a2f27d7
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// Test additional edge cases like Redis failing to connect, etc.
import { describe, it } from "@jest/globals";
describe("RedisNotificationRepository", () => {
});