From 4ff251d9118dfebde744fce8a2e2069144f259a4 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Tue, 21 Nov 2017 13:58:53 -0500 Subject: Add PID to the containers used to test SQLite state Signed-off-by: Matthew Heon Closes: #56 Approved by: rhatdan --- libpod/sql_state_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'libpod') diff --git a/libpod/sql_state_test.go b/libpod/sql_state_test.go index b50f3aced..5ccd069d3 100644 --- a/libpod/sql_state_test.go +++ b/libpod/sql_state_test.go @@ -33,6 +33,7 @@ func getTestContainer(id, name string) *Container { RunDir: "/does/not/exist/tmp/", Mounted: true, Mountpoint: "/does/not/exist/tmp/" + id, + PID: 1234, }, valid: true, } -- cgit v1.2.3-54-g00ecf