Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
krhubert committed Nov 22, 2018
1 parent 4127cdb commit a5b823b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/start_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ func TestPartiallyRunningService(t *testing.T) {
)

mc.On("Status", d.namespace()).Return(container.STOPPED, nil)
mc.On("StopService", d.namespace()).Once().Return(nil)
mc.On("Status", d2.namespace()).Return(container.RUNNING, nil)
mc.On("StopService", d2.namespace()).Once().Return(nil)
mc.On("CreateNetwork", s.namespace()).Once().Return(networkID, nil)
Expand Down

0 comments on commit a5b823b

Please sign in to comment.