codestyle fix
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good

This commit is contained in:
Deepak Mallubhotla 2021-01-09 16:18:21 -06:00
parent 3f13118312
commit ebee8a304b
Signed by: deepak
GPG Key ID: 64BF53A3369104E7

View File

@ -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)