upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/push.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/push.rs b/tests/push.rs
index 6f3a593..d1ad0e6 100644
--- a/tests/push.rs
+++ b/tests/push.rs
@@ -208,7 +208,7 @@ mod when_branch_is_checked_out {
208 let mut p = CliTester::new_from_dir(&test_repo.dir, ["push"]); 208 let mut p = CliTester::new_from_dir(&test_repo.dir, ["push"]);
209 p.expect("finding proposal root event...\r\n")?; 209 p.expect("finding proposal root event...\r\n")?;
210 p.expect("found proposal root event. finding commits...\r\n")?; 210 p.expect("found proposal root event. finding commits...\r\n")?;
211 p.expect("Error: nostr proposal already up-to-date with local branch\r\n")?; 211 p.expect("Error: proposal already up-to-date with local branch\r\n")?;
212 p.expect_end()?; 212 p.expect_end()?;
213 213
214 for p in [51, 52, 53, 55, 56] { 214 for p in [51, 52, 53, 55, 56] {
@@ -271,7 +271,7 @@ mod when_branch_is_checked_out {
271 let mut p = CliTester::new_from_dir(&test_repo.dir, ["push"]); 271 let mut p = CliTester::new_from_dir(&test_repo.dir, ["push"]);
272 p.expect("finding proposal root event...\r\n")?; 272 p.expect("finding proposal root event...\r\n")?;
273 p.expect("found proposal root event. finding commits...\r\n")?; 273 p.expect("found proposal root event. finding commits...\r\n")?;
274 p.expect("Error: nostr proposal is ahead of local branch\r\n")?; 274 p.expect("Error: proposal is ahead of local branch\r\n")?;
275 p.expect_end()?; 275 p.expect_end()?;
276 276
277 for p in [51, 52, 53, 55, 56] { 277 for p in [51, 52, 53, 55, 56] {