change minor mistake of spelling
Signed-off-by: allencloud <allen.sun@daocloud.io> Upstream-commit: 7c3657065cc04af278a0f1cee99de8c2401ba0ef Component: engine
This commit is contained in:
@ -64,7 +64,7 @@ func (r *Result) Assert(t testingT, exp Expected) {
|
||||
t.Fatalf("at %s:%d\n%s", filepath.Base(file), line, err.Error())
|
||||
}
|
||||
|
||||
// Compare returns an formatted error with the command, stdout, stderr, exit
|
||||
// Compare returns a formatted error with the command, stdout, stderr, exit
|
||||
// code, and any failed expectations
|
||||
func (r *Result) Compare(exp Expected) error {
|
||||
errors := []string{}
|
||||
|
||||
Reference in New Issue
Block a user