|
@@ -9,14 +9,14 @@ import (
|
|
|
"testing"
|
|
|
"time"
|
|
|
|
|
|
+ "git.i2edu.net/i2/go-zero/core/logx"
|
|
|
+ "git.i2edu.net/i2/go-zero/core/mathx"
|
|
|
+ "git.i2edu.net/i2/go-zero/core/stat"
|
|
|
+ "git.i2edu.net/i2/go-zero/core/stores/redis"
|
|
|
+ "git.i2edu.net/i2/go-zero/core/stores/redis/redistest"
|
|
|
+ "git.i2edu.net/i2/go-zero/core/syncx"
|
|
|
"github.com/alicebob/miniredis/v2"
|
|
|
"github.com/stretchr/testify/assert"
|
|
|
- "github.com/tal-tech/go-zero/core/logx"
|
|
|
- "github.com/tal-tech/go-zero/core/mathx"
|
|
|
- "github.com/tal-tech/go-zero/core/stat"
|
|
|
- "github.com/tal-tech/go-zero/core/stores/redis"
|
|
|
- "github.com/tal-tech/go-zero/core/stores/redis/redistest"
|
|
|
- "github.com/tal-tech/go-zero/core/syncx"
|
|
|
)
|
|
|
|
|
|
var errTestNotFound = errors.New("not found")
|