We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ac38189 + 91b829d commit 69b7cbfCopy full SHA for 69b7cbf
rules_test.go
@@ -65,7 +65,7 @@ func Test_Required(t *testing.T) {
65
Fpoint32 Float32 `json:"float32"`
66
Fpoint64 Float64 `json:"float64"`
67
Boolean Bool `json:"boolean"`
68
- Arbitary interface{} `json:"arbitary"`
+ Arbitrary interface{} `json:"arbitrary"`
69
}
70
71
rules := MapData{
@@ -88,7 +88,7 @@ func Test_Required(t *testing.T) {
88
"float32": []string{"required"},
89
"float64": []string{"required"},
90
"boolean": []string{"required"},
91
- "arbitary": []string{"required"},
+ "arbitrary": []string{"required"},
92
93
94
postRequired := map[string]string{}
0 commit comments