Skip to content

Commit

Permalink
Removes unused variable, timeService.
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Innis committed Jul 2, 2015
1 parent 2e164f5 commit 9036f13
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions jobsupervisor/monit/http_client_test.go
Expand Up @@ -8,9 +8,6 @@ import (
"io"
"net/http"
"net/http/httptest"
"time"

"github.com/cloudfoundry/bosh-agent/internal/github.com/pivotal-golang/clock/fakeclock"

. "github.com/cloudfoundry/bosh-agent/internal/github.com/onsi/ginkgo"
. "github.com/cloudfoundry/bosh-agent/internal/github.com/onsi/gomega"
Expand All @@ -21,14 +18,6 @@ import (
)

var _ = Describe("httpClient", func() {
var (
timeService *fakeclock.FakeClock
)

BeforeEach(func() {
timeService = fakeclock.NewFakeClock(time.Now())
})

Describe("StartService", func() {
It("start service", func() {
var calledMonit bool
Expand Down

0 comments on commit 9036f13

Please sign in to comment.