This commit is contained in:
Alok Saldanha
2025-11-08 17:23:47 -05:00
parent 4df58f9ceb
commit 55b268125f
3 changed files with 25 additions and 16 deletions

View File

@@ -27,7 +27,7 @@ class TestRenderEntry(unittest.TestCase):
def tearDown(self):
self.app_context.pop()
def test_GIVEN_key_and_port_THEN_returns_loading_CacheEntry(self):
entry = CacheEntry.for_key("some-key", 1)
self.assertEqual(entry.status, CacheEntryStatus.loading)