aboutsummaryrefslogtreecommitdiff
path: root/libpod/test_common.go
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-02-27 15:36:36 -0500
committerAtomic Bot <atomic-devel@projectatomic.io>2018-03-01 21:17:51 +0000
commit83d7ae6506f7aaf1f7d543412a148b4bf4cd6657 (patch)
tree229b1f3b746541ce6c269e6fe73661795b6d675e /libpod/test_common.go
parent780baec1d9fc6f733d06fafddb53655784e2f6f1 (diff)
downloadpodman-83d7ae6506f7aaf1f7d543412a148b4bf4cd6657.tar.gz
podman-83d7ae6506f7aaf1f7d543412a148b4bf4cd6657.tar.bz2
podman-83d7ae6506f7aaf1f7d543412a148b4bf4cd6657.zip
Fix gofmt & golint
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #412 Approved by: baude
Diffstat (limited to 'libpod/test_common.go')
-rw-r--r--libpod/test_common.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/libpod/test_common.go b/libpod/test_common.go
index b03212a5a..8b8248188 100644
--- a/libpod/test_common.go
+++ b/libpod/test_common.go
@@ -49,12 +49,12 @@ func getTestContainer(id, name, locksDir string) (*Container, error) {
},
},
state: &containerState{
- State: ContainerStateRunning,
- ConfigPath: "/does/not/exist/specs/" + id,
- RunDir: "/does/not/exist/tmp/",
- Mounted: true,
- Mountpoint: "/does/not/exist/tmp/" + id,
- PID: 1234,
+ State: ContainerStateRunning,
+ ConfigPath: "/does/not/exist/specs/" + id,
+ RunDir: "/does/not/exist/tmp/",
+ Mounted: true,
+ Mountpoint: "/does/not/exist/tmp/" + id,
+ PID: 1234,
ExecSessions: map[string]int{"abcd": 101, "ef01": 202},
},
valid: true,