2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-02-04 03:08:24 +00:00

Update ListServers and ListWorkers methods in RDB

This commit is contained in:
Ken Hibino
2020-08-18 06:30:15 -07:00
parent 3f26122ac0
commit 2f226dfb84
2 changed files with 29 additions and 32 deletions

View File

@@ -2717,6 +2717,7 @@ func TestRemoveQueueError(t *testing.T) {
}
}
}
*/
func TestListServers(t *testing.T) {
r := setup(t)
@@ -2823,7 +2824,6 @@ func TestListWorkers(t *testing.T) {
}
}
}
*/
func TestPause(t *testing.T) {
r := setup(t)