From d68ecb46ebc03a3273eb78f753b8fbeb7f356b02 Mon Sep 17 00:00:00 2001 From: Faye Amacker <33205765+fxamacker@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:01:04 -0600 Subject: [PATCH] Add UnrecognizedTagToAny option to TestDecOptions --- decode_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/decode_test.go b/decode_test.go index 8afa9139..88629349 100644 --- a/decode_test.go +++ b/decode_test.go @@ -4878,6 +4878,7 @@ func TestDecOptions(t *testing.T) { DefaultByteStringType: reflect.TypeOf(""), ByteStringToString: ByteStringToStringAllowed, FieldNameByteString: FieldNameByteStringAllowed, + UnrecognizedTagToAny: UnrecognizedTagContentToAny, } ov := reflect.ValueOf(opts1) for i := 0; i < ov.NumField(); i++ {