From 12a929880543bfbd0857ab6af9c84cca471c72d5 Mon Sep 17 00:00:00 2001 From: nic-chen Date: Fri, 11 Dec 2020 15:59:58 +0800 Subject: [PATCH] fix: style --- api/internal/utils/json_patch_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/internal/utils/json_patch_test.go b/api/internal/utils/json_patch_test.go index 17ea3c1562..8dd25404e1 100644 --- a/api/internal/utils/json_patch_test.go +++ b/api/internal/utils/json_patch_test.go @@ -44,7 +44,7 @@ func TestMergeJson(t *testing.T) { doc, patch, result, desc string }{ { - desc: `simple merge`, + desc: "simple merge", doc: `{ "id": "1", "status": 1,