upleb.uk

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

summaryrefslogtreecommitdiff
path: root/tests/list.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-07-24 16:09:28 +0100
committerDanConwayDev <DanConwayDev@protonmail.com>2024-07-24 16:09:28 +0100
commit50df657f45966bc6cbf4a392a815fcc2c331f888 (patch)
treeb9f904532008c80c47f9c50716a883260fefb5e1 /tests/list.rs
parent9078d0d80d1fe98ec9e6cd116c3dd70b6e0dd55a (diff)
test: abstract `list` and `pull` test code
to enable improved debugging
Diffstat (limited to 'tests/list.rs')
-rw-r--r--tests/list.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/list.rs b/tests/list.rs
index 9ffc26a..6e509ac 100644
--- a/tests/list.rs
+++ b/tests/list.rs
@@ -1105,7 +1105,7 @@ mod when_main_branch_is_uptodate {
1105 let (_, test_repo) = 1105 let (_, test_repo) =
1106 create_proposals_and_repo_with_proposal_pulled_and_checkedout(1)?; 1106 create_proposals_and_repo_with_proposal_pulled_and_checkedout(1)?;
1107 1107
1108 amend_last_commit(&test_repo)?; 1108 amend_last_commit(&test_repo, "add ammended-commit.md")?;
1109 test_repo.checkout("main")?; 1109 test_repo.checkout("main")?;
1110 1110
1111 // run test 1111 // run test