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, }),