From 9d33d9d6b0852c61428e36ee392bfe1f0fd42b7c Mon Sep 17 00:00:00 2001 From: Karthic Rao Date: Fri, 19 Jun 2015 23:54:34 +0530 Subject: [PATCH] typo corrected --- config/setup/internal_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/setup/internal_test.go b/config/setup/internal_test.go index d847389c..f6ab4386 100644 --- a/config/setup/internal_test.go +++ b/config/setup/internal_test.go @@ -36,7 +36,7 @@ func TestInternal(t *testing.T) { } -func InternalParse(t *testing.T) { +func TestInternalParse(t *testing.T) { tests := []struct { inputInternalPaths string shouldErr bool