diff options
| -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()?; |