From ebee8a304b0b19db0e70b272c046f672cf085710 Mon Sep 17 00:00:00 2001 From: Deepak Date: Sat, 9 Jan 2021 16:18:21 -0600 Subject: [PATCH] codestyle fix --- routes/post_plan_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/routes/post_plan_test.go b/routes/post_plan_test.go index b52abda..8a194e2 100644 --- a/routes/post_plan_test.go +++ b/routes/post_plan_test.go @@ -156,7 +156,6 @@ func TestTwoBody(t *testing.T) { assert.Equal(expected, strings.TrimSpace(rr.Body.String())) } - func TestErrorCreatePlan(t *testing.T) { // set up assert := assert.New(t)