mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
fixes
This commit is contained in:
@@ -21,7 +21,7 @@ func TestNewWorkflow(t *testing.T) {
|
||||
|
||||
// error case
|
||||
errorWorkflow := NewErrorExecutor(errors.New("test error"))
|
||||
assert.Error(errorWorkflow(ctx))
|
||||
require.Error(t, errorWorkflow(ctx))
|
||||
|
||||
// multiple success case
|
||||
runcount := 0
|
||||
|
||||
Reference in New Issue
Block a user