Use util.Time consistently in types.go

This commit is contained in:
Jordan Liggitt
2014-12-10 17:00:41 -05:00
parent a299287ae8
commit 51bfb50698
8 changed files with 29 additions and 47 deletions

View File

@@ -578,7 +578,7 @@ func TestFillPodInfo(t *testing.T) {
"net": {
State: api.ContainerState{
Running: &api.ContainerStateRunning{
StartedAt: expectedTime,
StartedAt: util.NewTime(expectedTime),
},
},
RestartCount: 1,