mirror of
https://codeberg.org/woodpecker-plugins/go-plugin
synced 2026-06-04 18:23:54 +08:00
Bump urfave/cli to v3.2.0 (#49)
Reviewed-on: https://codeberg.org/woodpecker-plugins/go-plugin/pulls/49 Reviewed-by: Patrick Schratz <pat-s@noreply.codeberg.org> Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
This commit is contained in:
committed by
Patrick Schratz
parent
044f72ed49
commit
e3f4284781
+1
-1
@@ -30,7 +30,7 @@ func TestPlugin(t *testing.T) {
|
||||
return nil
|
||||
},
|
||||
})
|
||||
err := p.app.Run(p.ctx, []string{"test"})
|
||||
err := p.App.Run(p.ctx, []string{"test"})
|
||||
assert.NoError(t, err)
|
||||
assert.True(t, executed)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user