Fix typo in test method name (#10370)

This commit is contained in:
Paul Tyng 2016-11-25 11:20:12 -05:00 committed by Paul Stack
parent e0b94e4dc4
commit fead481002
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ func TestValidationIntBetween(t *testing.T) {
})
}
func TestValidationSringInSlice(t *testing.T) {
func TestValidationStringInSlice(t *testing.T) {
runTestCases(t, []testCase{
{
val: "ValidValue",