Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPlayer committed May 9, 2022
1 parent b301eca commit b831b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}),
Expand Down

0 comments on commit b831b50

Please sign in to comment.