diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-16 23:02:37 +0000 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2024-02-16 23:02:37 +0000 |
| commit | 3bf83e6437a29de9b6fc57a3641d923e1b2a8cb5 (patch) | |
| tree | 5e5e7b90023a70d3921c204f47908f9221e7cba4 /tests | |
| parent | 700328779d8982b42f59c5919605fa379c7248ef (diff) | |
test: fix wording in cli test
broken in 701668b02d999af42f51d8bd25fffb2a8692c3c8
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/pull.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/pull.rs b/tests/pull.rs index 7270908..c4bc169 100644 --- a/tests/pull.rs +++ b/tests/pull.rs | |||
| @@ -183,9 +183,9 @@ mod when_branch_doesnt_exist { | |||
| 183 | test_repo.checkout("random-name")?; | 183 | test_repo.checkout("random-name")?; |
| 184 | 184 | ||
| 185 | let mut p = CliTester::new_from_dir(&test_repo.dir, ["pull"]); | 185 | let mut p = CliTester::new_from_dir(&test_repo.dir, ["pull"]); |
| 186 | p.expect("finding proposal event...\r\n")?; | 186 | p.expect("finding proposal root event...\r\n")?; |
| 187 | p.expect( | 187 | p.expect( |
| 188 | "Error: cannot find a proposal event associated with the checked out branch name\r\n", | 188 | "Error: cannot find a proposal root event associated with the checked out branch name\r\n", |
| 189 | )?; | 189 | )?; |
| 190 | 190 | ||
| 191 | p.expect_end()?; | 191 | p.expect_end()?; |