summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/sync/pull_merge_conflict.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/sync/pull_merge_conflict.go')
-rw-r--r--pkg/integration/tests/sync/pull_merge_conflict.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/tests/sync/pull_merge_conflict.go b/pkg/integration/tests/sync/pull_merge_conflict.go
index 3177cabe5..6e05fafae 100644
--- a/pkg/integration/tests/sync/pull_merge_conflict.go
+++ b/pkg/integration/tests/sync/pull_merge_conflict.go
@@ -34,7 +34,7 @@ var PullMergeConflict = NewIntegrationTest(NewIntegrationTestArgs{
Contains("one"),
)
- t.Views().Status().Content(Contains("↓2 repo → master"))
+ t.Views().Status().Content(Equals("↑1↓2 repo → master"))
t.Views().Files().
IsFocused().
@@ -62,7 +62,7 @@ var PullMergeConflict = NewIntegrationTest(NewIntegrationTestArgs{
t.Common().ContinueOnConflictsResolved()
- t.Views().Status().Content(Contains("↑2 repo → master"))
+ t.Views().Status().Content(Equals("↑2 repo → master"))
t.Views().Commits().
Focus().