Skip to content

Commit 0994c22

Browse files
committed
Update javascript_test.go
1 parent 9838158 commit 0994c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascript_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func TestJavascriptService(t *testing.T) {
1414
script := `
1515
let config = {
1616
address:"127.0.0.1:6379",
17-
auth:"q7ZtCl^5S3",
17+
auth:"",
1818
};
1919
start = util.GetNowMilli()
2020
let redisService = redis.newService(config);

0 commit comments

Comments
 (0)