From b831b50fc643c4547258454fc996288e7bec4dcb Mon Sep 17 00:00:00 2001 From: YuJinLin <344080699@qq.com> Date: Mon, 9 May 2022 16:37:43 +0800 Subject: [PATCH] fix test --- tests/main_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main_test.go b/tests/main_test.go index 170fc25..fc1e156 100644 --- a/tests/main_test.go +++ b/tests/main_test.go @@ -16,7 +16,7 @@ func TestSimpleExample(t *testing.T) { var watch = timewatch.Service(timewatch.Options{ Key: "MsgWatch", Cache: cache.NewRedis(cache.RedisOptions{ - Addr: "127.0.0.1", + Addr: "127.0.0.1:6379", Password: "", DB: 0, }),