summaryrefslogtreecommitdiff
path: root/daemon/daemon_unix_test.go
diff options
context:
space:
mode:
authorDavid Calavera <david.calavera@gmail.com>2016-01-04 19:05:26 -0500
committerDavid Calavera <david.calavera@gmail.com>2016-01-06 19:48:59 -0500
commit907407d0b2e5863f0e1b40b93a356bbf03c7b9fb (patch)
treee2f3cb429d69b9b5730dc33935e28135c9f437e6 /daemon/daemon_unix_test.go
parent9927e712c0c5a04c2d802e160e27d3c16c650cf2 (diff)
downloaddocker-907407d0b2e5863f0e1b40b93a356bbf03c7b9fb.tar.gz
Modify import paths to point to the new engine-api package.
Signed-off-by: David Calavera <david.calavera@gmail.com>
Diffstat (limited to 'daemon/daemon_unix_test.go')
-rw-r--r--daemon/daemon_unix_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/daemon_unix_test.go b/daemon/daemon_unix_test.go
index 083b2bd45b..8a99b4b884 100644
--- a/daemon/daemon_unix_test.go
+++ b/daemon/daemon_unix_test.go
@@ -7,7 +7,7 @@ import (
"os"
"testing"
- "github.com/docker/docker/api/types/container"
+ "github.com/docker/engine-api/types/container"
)
func TestAdjustCPUShares(t *testing.T) {