From fead4810023b4c5899fac0e5402697571d762dec Mon Sep 17 00:00:00 2001 From: Paul Tyng Date: Fri, 25 Nov 2016 11:20:12 -0500 Subject: [PATCH] Fix typo in test method name (#10370) --- helper/validation/validation_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/validation/validation_test.go b/helper/validation/validation_test.go index b6ff5e5d9..ed488ae32 100644 --- a/helper/validation/validation_test.go +++ b/helper/validation/validation_test.go @@ -36,7 +36,7 @@ func TestValidationIntBetween(t *testing.T) { }) } -func TestValidationSringInSlice(t *testing.T) { +func TestValidationStringInSlice(t *testing.T) { runTestCases(t, []testCase{ { val: "ValidValue",