Skip to content

Commit

Permalink
Unused test struct removed
Browse files Browse the repository at this point in the history
  • Loading branch information
guiferpa authored Nov 29, 2020
1 parent 1fd4896 commit 75cfbf6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions v2/serialize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,6 @@ func TestRawSerializeWithEmptyTagName(t *testing.T) {
}
}

type TestStructJSON struct {
A string `validate:"not_empty" json:"b"`
}

func TestRawSerializeWithJSONTagName(t *testing.T) {
body := struct {
A string `json:"b" validate:"not_empty"`
Expand Down

0 comments on commit 75cfbf6

Please sign in to comment.