This commit is contained in:
2024-05-08 18:41:15 +03:00
parent 14a0902e2b
commit 6a743cf5c4
6 changed files with 20 additions and 11 deletions

View File

@ -2,9 +2,10 @@ package lru
import (
"fmt"
"github.com/stretchr/testify/assert"
"testing"
"time"
"github.com/stretchr/testify/assert"
)
func TestTtl(t *testing.T) {