summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/sync/pull_rebase.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/sync/pull_rebase.go')
-rw-r--r--pkg/integration/tests/sync/pull_rebase.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/tests/sync/pull_rebase.go b/pkg/integration/tests/sync/pull_rebase.go
index 77810426e..a2657ffe6 100644
--- a/pkg/integration/tests/sync/pull_rebase.go
+++ b/pkg/integration/tests/sync/pull_rebase.go
@@ -35,13 +35,13 @@ var PullRebase = NewIntegrationTest(NewIntegrationTestArgs{
Contains("one"),
)
- t.Views().Status().Content(Contains("↓2 repo → master"))
+ t.Views().Status().Content(Equals("↓2↑1 repo → master"))
t.Views().Files().
IsFocused().
Press(keys.Universal.Pull)
- t.Views().Status().Content(Contains("↑1 repo → master"))
+ t.Views().Status().Content(Equals("↑1 repo → master"))
t.Views().Commits().
Lines(