diff options
Diffstat (limited to 'tests/list.rs')
| -rw-r--r-- | tests/list.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/list.rs b/tests/list.rs index ff54586..b6bcd08 100644 --- a/tests/list.rs +++ b/tests/list.rs | |||
| @@ -1710,8 +1710,6 @@ mod when_main_branch_is_uptodate { | |||
| 1710 | c.succeeds_with(0, true, None)?; | 1710 | c.succeeds_with(0, true, None)?; |
| 1711 | p.expect("finding commits...\r\n")?; | 1711 | p.expect("finding commits...\r\n")?; |
| 1712 | p.expect("updated proposal available (2 ahead 0 behind 'main'). existing version is 2 ahead 1 behind 'main'\r\n")?; | 1712 | p.expect("updated proposal available (2 ahead 0 behind 'main'). existing version is 2 ahead 1 behind 'main'\r\n")?; |
| 1713 | // its got here but tmpgit-32.. indicates that creatubg the eature | ||
| 1714 | // branch in line 1291 didnt work so the choices will be different | ||
| 1715 | let mut c = p.expect_choice( | 1713 | let mut c = p.expect_choice( |
| 1716 | "", | 1714 | "", |
| 1717 | vec![ | 1715 | vec![ |