Rename to CheckAndEnqueue

This commit is contained in:
Ken Hibino
2019-12-04 07:28:57 -08:00
parent af1dcf5044
commit 28bfb6d83a
4 changed files with 9 additions and 9 deletions

View File

@@ -18,7 +18,7 @@ func setup(t *testing.T) *redis.Client {
t.Helper()
r := redis.NewClient(&redis.Options{
Addr: "localhost:6379",
DB: 2,
DB: 15,
})
// Start each test with a clean slate.
if err := r.FlushDB().Err(); err != nil {