cs: fix
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user