Skip to content

Commit 69b7cbf

Browse files
committed
Fix typo
2 parents ac38189 + 91b829d commit 69b7cbf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rules_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func Test_Required(t *testing.T) {
6565
Fpoint32 Float32 `json:"float32"`
6666
Fpoint64 Float64 `json:"float64"`
6767
Boolean Bool `json:"boolean"`
68-
Arbitary interface{} `json:"arbitary"`
68+
Arbitrary interface{} `json:"arbitrary"`
6969
}
7070

7171
rules := MapData{
@@ -88,7 +88,7 @@ func Test_Required(t *testing.T) {
8888
"float32": []string{"required"},
8989
"float64": []string{"required"},
9090
"boolean": []string{"required"},
91-
"arbitary": []string{"required"},
91+
"arbitrary": []string{"required"},
9292
}
9393

9494
postRequired := map[string]string{}

0 commit comments

Comments
 (0)