milb diagnosis script with error fixes

This commit is contained in:
Chuck
2025-08-01 17:56:53 -05:00
parent 04009f78f7
commit f95138d1a4
2 changed files with 191 additions and 2 deletions

View File

@@ -259,8 +259,8 @@ def test_cache_manager():
print(f"❌ Cache get operation failed - data mismatch")
# Clean up test data
cache_manager.delete(test_key)
print(f"✅ Cache delete operation successful")
cache_manager.clear_cache(test_key)
print(f"✅ Cache clear operation successful")
return True