Fix typo in test method name (#10370)
This commit is contained in:
parent
e0b94e4dc4
commit
fead481002
|
@ -36,7 +36,7 @@ func TestValidationIntBetween(t *testing.T) {
|
|||
})
|
||||
}
|
||||
|
||||
func TestValidationSringInSlice(t *testing.T) {
|
||||
func TestValidationStringInSlice(t *testing.T) {
|
||||
runTestCases(t, []testCase{
|
||||
{
|
||||
val: "ValidValue",
|
||||
|
|
Loading…
Reference in New Issue