Add missing pieces due to rebase

This commit is contained in:
Marcos Lilljedahl
2017-09-12 17:17:19 -03:00
parent 81d9d9c9b6
commit 6eacb85fc3
3 changed files with 4 additions and 3 deletions

View File

@@ -9,7 +9,6 @@ import (
"github.com/play-with-docker/play-with-docker/docker"
"github.com/play-with-docker/play-with-docker/event"
"github.com/play-with-docker/play-with-docker/provisioner"
"github.com/play-with-docker/play-with-docker/pwd/types"
"github.com/play-with-docker/play-with-docker/storage"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
@@ -75,6 +74,7 @@ func TestSessionNew(t *testing.T) {
************************** Not sure how to test this as it can pick any manager as the first node in the swarm cluster.
func TestSessionSetup(t *testing.T) {
_d := &docker.Mock{}
_f := &docker.FactoryMock{}
@@ -165,3 +165,4 @@ func TestSessionSetup(t *testing.T) {
_g.AssertExpectations(t)
_e.M.AssertExpectations(t)
}
*/