summaryrefslogtreecommitdiff
path: root/libpod/test_common.go
diff options
context:
space:
mode:
Diffstat (limited to 'libpod/test_common.go')
-rw-r--r--libpod/test_common.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/test_common.go b/libpod/test_common.go
index 29461c12c..131a44d0f 100644
--- a/libpod/test_common.go
+++ b/libpod/test_common.go
@@ -47,7 +47,7 @@ func getTestContainer(id, name, locksDir string) (*Container, error) {
},
},
},
- state: &containerRuntimeInfo{
+ state: &containerState{
State: ContainerStateRunning,
ConfigPath: "/does/not/exist/specs/" + id,
RunDir: "/does/not/exist/tmp/",