mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 08:45:30 +03:00
fix tests
This commit is contained in:
parent
f728a02ad5
commit
1e9f2a9d1c
@ -14,7 +14,7 @@ var (
|
||||
}
|
||||
|
||||
createOp = operations.NewCreateOp(rene, "title", "message", nil)
|
||||
setTitleOp = operations.NewSetTitleOp(rene, "title2")
|
||||
setTitleOp = operations.NewSetTitleOp(rene, "title2", "title1")
|
||||
addCommentOp = operations.NewAddCommentOp(rene, "message2", nil)
|
||||
setStatusOp = operations.NewSetStatusOp(rene, bug.ClosedStatus)
|
||||
labelChangeOp = operations.NewLabelChangeOperation(rene, []bug.Label{"added"}, []bug.Label{"removed"})
|
||||
|
Loading…
Reference in New Issue
Block a user