diff options
Diffstat (limited to 'tests/list.rs')
| -rw-r--r-- | tests/list.rs | 2 |
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 |