cli/tests/commands: Clean up test `rad_patch`

This removes the `rad issue` test examples from being used in the
`fn rad_patch` test example execution. Removing it here is fine, since
it is being executed on its own anyways.
This commit is contained in:
Erik Kundt 2025-09-15 13:12:06 +02:00 committed by Lorenz Leutgeb
parent 19210faab8
commit d2e10fdef6
1 changed files with 1 additions and 1 deletions

View File

@ -815,7 +815,7 @@ fn rad_node() {
#[test]
fn rad_patch() {
Environment::alice(["rad-init", "rad-issue", "rad-patch"]);
Environment::alice(["rad-init", "rad-patch"]);
}
#[test]