We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e666abd commit 1e0b8b9Copy full SHA for 1e0b8b9
validation/create.go
@@ -63,7 +63,7 @@ func main() {
63
64
if err == nil {
65
state, _ := r.State()
66
- t.Ok(state.ID == c.id, "")
+ t.Ok(state.ID == c.id, "'state' MUST return the state of a container")
67
t.YAML(map[string]string{
68
"container ID": c.id,
69
"state ID": state.ID,
0 commit comments