fix(tests): Update test assertions and singleton instance references in DMARC, integration, and IP warmup manager tests

This commit is contained in:
2025-05-07 22:15:08 +00:00
parent f704dc78aa
commit ba39392c1b
7 changed files with 80 additions and 63 deletions

View File

@ -15,7 +15,7 @@ const cleanupTestData = () => {
// Helper to reset the singleton instance between tests
const resetSingleton = () => {
// @ts-ignore - accessing private static field for testing
SenderReputationMonitor._instance = null;
SenderReputationMonitor.instance = null;
};
// Before running any tests