summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/sync/pull.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/sync/pull.go')
-rw-r--r--pkg/integration/tests/sync/pull.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/tests/sync/pull.go b/pkg/integration/tests/sync/pull.go
index 7f5703791..b30cbb408 100644
--- a/pkg/integration/tests/sync/pull.go
+++ b/pkg/integration/tests/sync/pull.go
@@ -26,7 +26,7 @@ var Pull = NewIntegrationTest(NewIntegrationTestArgs{
Contains("one"),
)
- t.Views().Status().Content(Contains("↓1 repo → master"))
+ t.Views().Status().Content(Equals("↓1 repo → master"))
t.Views().Files().IsFocused().Press(keys.Universal.Pull)
@@ -36,6 +36,6 @@ var Pull = NewIntegrationTest(NewIntegrationTestArgs{
Contains("one"),
)
- t.Views().Status().Content(Contains("✓ repo → master"))
+ t.Views().Status().Content(Equals("✓ repo → master"))
},
})