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`
✗ CI failure Erik Kundt committed 7 months ago
commit d2e10fdef64d9a5c9fe9708746a85980e456af52
parent 19210faab807e9163feea8c4ca2d3fe99e00a011
1 failed 2 pending (3 total) View logs
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]