mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
go fmt
This commit is contained in:
parent
6e74807de9
commit
f6d3cdeecb
3 changed files with 6 additions and 6 deletions
|
@ -22,11 +22,11 @@ func TestNewWorkflow(t *testing.T) {
|
|||
runcount := 0
|
||||
successWorkflow := NewPipelineExecutor(
|
||||
func() error {
|
||||
runcount ++
|
||||
runcount++
|
||||
return nil
|
||||
},
|
||||
func() error {
|
||||
runcount ++
|
||||
runcount++
|
||||
return nil
|
||||
})
|
||||
assert.Nil(successWorkflow())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue