mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-07 15:10:01 +08:00
chore: remove useless code (#4592)
This commit is contained in:
@@ -516,6 +516,7 @@ func TestParseJsonBody(t *testing.T) {
|
||||
assert.Equal(t, "apple", v[0].Name)
|
||||
assert.Equal(t, 18, v[0].Age)
|
||||
})
|
||||
|
||||
t.Run("bytes field", func(t *testing.T) {
|
||||
type v struct {
|
||||
Signature []byte `json:"signature,optional"`
|
||||
|
||||
Reference in New Issue
Block a user