Skip to content

Commit

Permalink
Regenerate fakes with updated counterfeiter
Browse files Browse the repository at this point in the history
[#160117030](https://www.pivotaltracker.com/story/show/160117030)

Co-authored-by: Christopher Brown <[email protected]>
  • Loading branch information
2 people authored and Your Name committed Nov 1, 2018
1 parent 5316fc3 commit 3dc2568
Show file tree
Hide file tree
Showing 23 changed files with 5,994 additions and 4,210 deletions.
466 changes: 267 additions & 199 deletions agent/action/fakes/fake_clock.go

Large diffs are not rendered by default.

466 changes: 267 additions & 199 deletions agent/applier/bundlecollection/fakes/fake_clock.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
fakesys "github.com/cloudfoundry/bosh-utils/system/fakes"
)

//go:generate counterfeiter -o fakes/fake_clock.go /code.cloudfoundry.org/clock Clock
//go:generate counterfeiter -o fakes/fake_clock.go ../../../vendor/code.cloudfoundry.org/clock Clock

var _ = Describe("FileBundle", func() {
var (
Expand Down
2 changes: 1 addition & 1 deletion agent/applier/bundlecollection/file_bundle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
fakesys "github.com/cloudfoundry/bosh-utils/system/fakes"
)

//go:generate counterfeiter -o fakes/fake_clock.go /code.cloudfoundry.org/clock Clock
//go:generate counterfeiter -o fakes/fake_clock.go ../../../vendor/code.cloudfoundry.org/clock Clock

var _ = Describe("FileBundle", func() {
var (
Expand Down
Loading

0 comments on commit 3dc2568

Please sign in to comment.