engine, lang: Fix simple test failures
Two bugs sneaked in while pushing old stuff.
This commit is contained in:
@@ -402,7 +402,7 @@ func (obj *DockerContainerRes) Cmp(r engine.Res) error {
|
||||
return fmt.Errorf("the APIVersion differs")
|
||||
}
|
||||
if obj.Force != res.Force {
|
||||
return fmt.Errorf("The Force field differs")
|
||||
return fmt.Errorf("the Force field differs")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user