Skip to content

Commit

Permalink
v6
Browse files Browse the repository at this point in the history
  • Loading branch information
xingfu89 committed Jul 10, 2024
1 parent b6e59c6 commit 40bfcb5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions stored/server/cmd_test/cmd_lua_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ import (
"strings"
"testing"

"github.com/zuoyebang/bitalostored/stored/internal/resp"

"github.com/gomodule/redigo/redis"
"github.com/stretchr/testify/assert"

"bitalos-server/server"
"github.com/zuoyebang/bitalostored/stored/internal/resp"
"github.com/zuoyebang/bitalostored/stored/server"
)

func TestEval(t *testing.T) {
Expand Down

0 comments on commit 40bfcb5

Please sign in to comment.