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++ {