Skip to content

Commit

Permalink
fix testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhe1991 committed Jul 20, 2015
1 parent 54bd52f commit 4fcba3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/models/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func WaitForReceiverWithTimeout(zkConn zkhelper.Conn, productName string, action
return errors.Trace(err)
}
}
return errors.Trace(ErrReceiverTimeout)
return ErrReceiverTimeout
}

func GetActionSeqList(zkConn zkhelper.Conn, productName string) ([]int, error) {
Expand Down

0 comments on commit 4fcba3c

Please sign in to comment.