From 5c1f700acc78da04a1f5542491a4bfb58a91eb95 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 23 Aug 2024 10:26:59 +0200 Subject: [PATCH] internal/encoding/json: remove duplicate test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test was accidentally duplicated in CL 569356. Change-Id: I0e2f81fbebe9b4c37bf6d28615e0bf51d28cfc4c Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/607777 Auto-Submit: Michael Stapelberg LUCI-TryBot-Result: Go LUCI Reviewed-by: Christian Höppner --- internal/encoding/json/decode_test.go | 7 ------- 1 file changed, 7 deletions(-) diff --git a/internal/encoding/json/decode_test.go b/internal/encoding/json/decode_test.go index 64ffd376..28d3fba1 100644 --- a/internal/encoding/json/decode_test.go +++ b/internal/encoding/json/decode_test.go @@ -1193,13 +1193,6 @@ func TestDecoder(t *testing.T) { {E: errEOF}, }, }, - { - in: `{""`, - want: []R{ - {V: ObjectOpen}, - {E: errEOF}, - }, - }, { in: `{"":`, want: []R{