We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b880d57 commit a12de42Copy full SHA for a12de42
1 file changed
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