Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Remove vestigial mock assertion in start command
Browse files Browse the repository at this point in the history
[#159236657]

Signed-off-by: Anthony Emengo <[email protected]>
  • Loading branch information
ForestEckhardt authored and Anthony Emengo committed Aug 3, 2018
1 parent 882940b commit 8130376
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ var _ = Describe("Start", func() {
}),

//welcome message
mockUI.EXPECT().Say(gomock.Any()),
mockAnalyticsClient.EXPECT().Event(cfanalytics.START_END),
)

Expand Down Expand Up @@ -252,7 +251,6 @@ var _ = Describe("Start", func() {
}),

//welcome message
mockUI.EXPECT().Say(gomock.Any()),
mockAnalyticsClient.EXPECT().Event(cfanalytics.START_END),
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@ var _ = Describe("Start", func() {
}),

//welcome message
mockUI.EXPECT().Say(gomock.Any()),
mockAnalyticsClient.EXPECT().Event(cfanalytics.START_END),
)

Expand Down Expand Up @@ -209,7 +208,6 @@ var _ = Describe("Start", func() {
}),

//welcome message
mockUI.EXPECT().Say(gomock.Any()),
mockAnalyticsClient.EXPECT().Event(cfanalytics.START_END),
)

Expand Down

0 comments on commit 8130376

Please sign in to comment.