From 50df657f45966bc6cbf4a392a815fcc2c331f888 Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Wed, 24 Jul 2024 16:09:28 +0100 Subject: test: abstract `list` and `pull` test code to enable improved debugging --- tests/list.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/list.rs') 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 { let (_, test_repo) = create_proposals_and_repo_with_proposal_pulled_and_checkedout(1)?; - amend_last_commit(&test_repo)?; + amend_last_commit(&test_repo, "add ammended-commit.md")?; test_repo.checkout("main")?; // run test -- cgit v1.2.3