no more ttl

This commit is contained in:
Barrett Ruth 2025-09-24 20:46:43 -04:00
parent 71b827fe95
commit 170021af8e
2 changed files with 1 additions and 7 deletions

View file

@ -85,7 +85,6 @@ describe('cp.cache', function()
local result = cache.get_contest_data('cses', 'test_contest')
assert.is_not_nil(result)
assert.is_not_nil(result.expires_at)
end)
end)