summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/sync/force_push_multiple_matching.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/sync/force_push_multiple_matching.go')
-rw-r--r--pkg/integration/tests/sync/force_push_multiple_matching.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/tests/sync/force_push_multiple_matching.go b/pkg/integration/tests/sync/force_push_multiple_matching.go
index 37c43f264..63825ee4f 100644
--- a/pkg/integration/tests/sync/force_push_multiple_matching.go
+++ b/pkg/integration/tests/sync/force_push_multiple_matching.go
@@ -22,7 +22,7 @@ var ForcePushMultipleMatching = NewIntegrationTest(NewIntegrationTestArgs{
Contains("one"),
)
- t.Views().Status().Content(Contains("↓1 repo → master"))
+ t.Views().Status().Content(Equals("↓1 repo → master"))
t.Views().Branches().
Lines(
@@ -42,7 +42,7 @@ var ForcePushMultipleMatching = NewIntegrationTest(NewIntegrationTestArgs{
Contains("one"),
)
- t.Views().Status().Content(Contains("✓ repo → master"))
+ t.Views().Status().Content(Equals("✓ repo → master"))
t.Views().Branches().
Lines(