From 6a11c84d0c703f0a4d8b89dca99e74f0584fabc0 Mon Sep 17 00:00:00 2001 From: Masaaki Goshima Date: Wed, 18 Nov 2020 16:47:50 +0900 Subject: [PATCH] Fix test case --- json_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/json_test.go b/json_test.go index f3a066c..1ed0074 100644 --- a/json_test.go +++ b/json_test.go @@ -225,9 +225,6 @@ var ( ) func initBig() { - if len(jsonBig) > 0 { - return - } n := 10000 if testing.Short() { n = 100