Skip to content

Commit a12de42

Browse files
committed
validation/create: Label the state ID comparison test
So we get: ok 3 - 'state' MUST return the state of a container instead of: ok 3 - Signed-off-by: W. Trevor King <[email protected]>
1 parent b880d57 commit a12de42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ func main() {
6363

6464
if err == nil {
6565
state, _ := r.State()
66-
t.Ok(state.ID == c.id, "")
66+
t.Ok(state.ID == c.id, "'state' MUST return the state of a container")
6767
t.YAML(map[string]string{
6868
"container ID": c.id,
6969
"state ID": state.ID,

0 commit comments

Comments
 (0)