Radish alpha
h
rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5
Radicle Heartwood Protocol & Stack
Radicle
Git
cli: Cleanup test example execution
Merged did:key:z6MkgFq6...nBGz opened 7 months ago

This removes the rad issue test examples from being used in the rad patch test example execution.

1 file changed +1 -1 19210faa d2e10fde
modified crates/radicle-cli/tests/commands.rs
@@ -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]