From b2a15c259e24797c2965ae860747ca7dc90cd2a4 Mon Sep 17 00:00:00 2001 From: John Guo Date: Sat, 15 May 2021 23:21:38 +0800 Subject: [PATCH] improve unit testing case for package internal/json --- internal/json/json_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/json/json_test.go b/internal/json/json_test.go index 7ff8b7341..4df795b27 100644 --- a/internal/json/json_test.go +++ b/internal/json/json_test.go @@ -23,7 +23,6 @@ var ( Id: 1265476890672672808, Name: "john", } - userBytes, _ = json.Marshal(user) ) func TestMarshal(t *testing.T) {