mirror of
https://github.com/hibiken/asynq.git
synced 2026-08-01 08:26:23 +08:00
Rename (*rdb).lrem to (*rdb).remove
This commit is contained in:
@@ -68,6 +68,7 @@ func TestEnqueue(t *testing.T) {
|
||||
err := r.enqueue(tc.msg)
|
||||
if err != nil {
|
||||
t.Error(err)
|
||||
continue
|
||||
}
|
||||
res := r.client.LRange(defaultQueue, 0, -1).Val()
|
||||
if len(res) != 1 {
|
||||
|
||||
Reference in New Issue
Block a user