2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-10-22 09:56:12 +08:00

Rename asynqtest package to testutil

This commit is contained in:
Ken Hibino
2022-03-19 07:16:55 -07:00
parent ba3eafaf94
commit c28293b3b7
20 changed files with 63 additions and 63 deletions

View File

@@ -12,7 +12,7 @@ import (
"testing"
"time"
h "github.com/hibiken/asynq/internal/asynqtest"
h "github.com/hibiken/asynq/internal/testutil"
)
// Creates a new task of type "task<n>" with payload {"data": n}.