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/git_remote_nostr/fetch.rs1
-rw-r--r--tests/git_remote_nostr/list.rs1
-rw-r--r--tests/ngit/list.rs8
3 files changed, 4 insertions, 6 deletions
diff --git a/tests/git_remote_nostr/fetch.rs b/tests/git_remote_nostr/fetch.rs
index 9ae17d8..b7415b5 100644
--- a/tests/git_remote_nostr/fetch.rs
+++ b/tests/git_remote_nostr/fetch.rs
@@ -1,4 +1,3 @@
1
2use super::*; 1use super::*;
3 2
4#[tokio::test] 3#[tokio::test]
diff --git a/tests/git_remote_nostr/list.rs b/tests/git_remote_nostr/list.rs
index 1b12bbd..3858ece 100644
--- a/tests/git_remote_nostr/list.rs
+++ b/tests/git_remote_nostr/list.rs
@@ -1,4 +1,3 @@
1
2use super::*; 1use super::*;
3 2
4mod without_state_announcement { 3mod without_state_announcement {
diff --git a/tests/ngit/list.rs b/tests/ngit/list.rs
index c145fa4..26cf717 100644
--- a/tests/ngit/list.rs
+++ b/tests/ngit/list.rs
@@ -196,7 +196,7 @@ mod when_main_branch_is_uptodate {
196 ], 196 ],
197 )?; 197 )?;
198 c.succeeds_with(0, false, None)?; 198 c.succeeds_with(0, false, None)?;
199 p.expect(&format!( 199 p.expect(format!(
200 "checked out proposal as 'pr/{}(", 200 "checked out proposal as 'pr/{}(",
201 FEATURE_BRANCH_NAME_1, 201 FEATURE_BRANCH_NAME_1,
202 ))?; 202 ))?;
@@ -318,7 +318,7 @@ mod when_main_branch_is_uptodate {
318 ], 318 ],
319 )?; 319 )?;
320 c.succeeds_with(0, false, Some(0))?; 320 c.succeeds_with(0, false, Some(0))?;
321 p.expect(&format!( 321 p.expect(format!(
322 "checked out proposal as 'pr/{}(", 322 "checked out proposal as 'pr/{}(",
323 FEATURE_BRANCH_NAME_3, 323 FEATURE_BRANCH_NAME_3,
324 ))?; 324 ))?;
@@ -525,7 +525,7 @@ mod when_main_branch_is_uptodate {
525 ], 525 ],
526 )?; 526 )?;
527 c.succeeds_with(0, false, Some(0))?; 527 c.succeeds_with(0, false, Some(0))?;
528 p.expect(&format!( 528 p.expect(format!(
529 "checked out proposal as 'pr/{}(", 529 "checked out proposal as 'pr/{}(",
530 FEATURE_BRANCH_NAME_4, 530 FEATURE_BRANCH_NAME_4,
531 ))?; 531 ))?;
@@ -772,7 +772,7 @@ mod when_main_branch_is_uptodate {
772 ], 772 ],
773 )?; 773 )?;
774 c.succeeds_with(0, false, Some(0))?; 774 c.succeeds_with(0, false, Some(0))?;
775 p.expect(&format!( 775 p.expect(format!(
776 "checked out proposal as 'pr/{}(", 776 "checked out proposal as 'pr/{}(",
777 FEATURE_BRANCH_NAME_1, 777 FEATURE_BRANCH_NAME_1,
778 ))?; 778 ))?;