From fdae82762c044d10a3e4507df6dcb1d395ffe244 Mon Sep 17 00:00:00 2001 From: Ken Hibino Date: Sat, 20 Mar 2021 13:42:13 -0700 Subject: [PATCH] Change payload to byte slice --- internal/asynqtest/asynqtest.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/asynqtest/asynqtest.go b/internal/asynqtest/asynqtest.go index a27a34d..66831ba 100644 --- a/internal/asynqtest/asynqtest.go +++ b/internal/asynqtest/asynqtest.go @@ -6,6 +6,7 @@ package asynqtest import ( + "encoding/json" "math" "sort" "testing"