mirror of
https://github.com/hibiken/asynq.git
synced 2026-05-20 23:11:25 +08:00
Change TaskMessage.ID type from uuid.UUID to string
This commit is contained in:
@@ -344,7 +344,7 @@ func TestUniqueKey(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestMessageEncoding(t *testing.T) {
|
||||
id := uuid.New()
|
||||
id := uuid.NewString()
|
||||
tests := []struct {
|
||||
in *TaskMessage
|
||||
out *TaskMessage
|
||||
|
||||
Reference in New Issue
Block a user