fix tests

This commit is contained in:
Michael Muré 2018-08-15 22:30:35 +02:00
parent f728a02ad5
commit 1e9f2a9d1c
No known key found for this signature in database
GPG Key ID: A4457C029293126F

View File

@ -14,7 +14,7 @@ var (
} }
createOp = operations.NewCreateOp(rene, "title", "message", nil) createOp = operations.NewCreateOp(rene, "title", "message", nil)
setTitleOp = operations.NewSetTitleOp(rene, "title2") setTitleOp = operations.NewSetTitleOp(rene, "title2", "title1")
addCommentOp = operations.NewAddCommentOp(rene, "message2", nil) addCommentOp = operations.NewAddCommentOp(rene, "message2", nil)
setStatusOp = operations.NewSetStatusOp(rene, bug.ClosedStatus) setStatusOp = operations.NewSetStatusOp(rene, bug.ClosedStatus)
labelChangeOp = operations.NewLabelChangeOperation(rene, []bug.Label{"added"}, []bug.Label{"removed"}) labelChangeOp = operations.NewLabelChangeOperation(rene, []bug.Label{"added"}, []bug.Label{"removed"})