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

Commit 8130376

Browse files
ForestEckhardtAnthony Emengo
authored andcommitted
Remove vestigial mock assertion in start command
[#159236657] Signed-off-by: Anthony Emengo <[email protected]>
1 parent 882940b commit 8130376

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/code.cloudfoundry.org/cfdev/cmd/start/start_darwin_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,6 @@ var _ = Describe("Start", func() {
147147
}),
148148

149149
//welcome message
150-
mockUI.EXPECT().Say(gomock.Any()),
151150
mockAnalyticsClient.EXPECT().Event(cfanalytics.START_END),
152151
)
153152

@@ -252,7 +251,6 @@ var _ = Describe("Start", func() {
252251
}),
253252

254253
//welcome message
255-
mockUI.EXPECT().Say(gomock.Any()),
256254
mockAnalyticsClient.EXPECT().Event(cfanalytics.START_END),
257255
)
258256

src/code.cloudfoundry.org/cfdev/cmd/start/start_windows_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,6 @@ var _ = Describe("Start", func() {
150150
}),
151151

152152
//welcome message
153-
mockUI.EXPECT().Say(gomock.Any()),
154153
mockAnalyticsClient.EXPECT().Event(cfanalytics.START_END),
155154
)
156155

@@ -209,7 +208,6 @@ var _ = Describe("Start", func() {
209208
}),
210209

211210
//welcome message
212-
mockUI.EXPECT().Say(gomock.Any()),
213211
mockAnalyticsClient.EXPECT().Event(cfanalytics.START_END),
214212
)
215213

0 commit comments

Comments
 (0)