Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli/tests/commands: Clean up test `rad_patch`
Erik Kundt committed 7 months ago
commit 7d4c82dd1e4b3415050ab1d83b5b2d54a6e49113
parent fd9c62d28aad1ae3279dfdca08f5adce07ea8bba
1 file changed +1 -1
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]