upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/tests/pull.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-02-14 08:41:02 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-02-14 08:47:27 +0000
commitc0847f928c32adb0b4dfc3b73ee77fa3cdb5ec21 (patch)
tree07d89b9a5cb6770b25c22d35a13579df1278db0b /tests/pull.rs
parent1022344a0529b5f6b50f35d3030a528a1a5c6f91 (diff)
feat!: move `prs create`>`send`, `prs list`>`list`
remove unnecessary hierachy of `prs` which is also a troublesome term replace the concept of `create` which aligns more to the PR github model to `send` which aligns more with the git patch model
Diffstat (limited to 'tests/pull.rs')
-rw-r--r--tests/pull.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/pull.rs b/tests/pull.rs
index 92d0ba9..d3064a3 100644
--- a/tests/pull.rs
+++ b/tests/pull.rs
@@ -79,8 +79,7 @@ fn cli_tester_create_pr(
79 "--password", 79 "--password",
80 TEST_PASSWORD, 80 TEST_PASSWORD,
81 "--disable-cli-spinners", 81 "--disable-cli-spinners",
82 "prs", 82 "send",
83 "create",
84 "--title", 83 "--title",
85 format!("\"{title}\"").as_str(), 84 format!("\"{title}\"").as_str(),
86 "--description", 85 "--description",