Skip to content

Commit

Permalink
Remove unused HttpRecorder from testSuite
Browse files Browse the repository at this point in the history
  • Loading branch information
diyan committed Feb 14, 2017
1 parent b43908e commit 93e18b5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions api/endpoints/api_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package api_test

import (
"net/http/httptest"
"testing"

"github.com/diyan/assimilator/migrations"
Expand All @@ -18,10 +17,9 @@ import (

type testSuite struct {
suite.Suite
HttpRecorder *httptest.ResponseRecorder
Client *gorequest.SuperAgent
App *echo.Echo
Factory factory.TestFactory
Client *gorequest.SuperAgent
App *echo.Echo
Factory factory.TestFactory
}

func (t *testSuite) SetupSuite() {
Expand Down

0 comments on commit 93e18b5

Please sign in to comment.