mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-20 11:56:47 +08:00
more lint errors
This commit is contained in:
@@ -189,7 +189,7 @@ func TestEvaluateStep(t *testing.T) {
|
||||
require.NoError(t, err, table.in)
|
||||
assertObject.Equal(table.out, out, table.in)
|
||||
} else {
|
||||
assertObject.Error(err, table.in)
|
||||
require.Error(t, err, table.in)
|
||||
assertObject.Equal(table.errMesg, err.Error(), table.in)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user