summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/patch_building/reset_with_escape.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/patch_building/reset_with_escape.go')
-rw-r--r--pkg/integration/tests/patch_building/reset_with_escape.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/tests/patch_building/reset_with_escape.go b/pkg/integration/tests/patch_building/reset_with_escape.go
index 559d689e6..7046890d3 100644
--- a/pkg/integration/tests/patch_building/reset_with_escape.go
+++ b/pkg/integration/tests/patch_building/reset_with_escape.go
@@ -29,7 +29,7 @@ var ResetWithEscape = NewIntegrationTest(NewIntegrationTestArgs{
).
PressPrimaryAction().
Tap(func() {
- t.Views().Information().Content(Contains("building patch"))
+ t.Views().Information().Content(Contains("Building patch"))
}).
PressEscape()
@@ -38,6 +38,6 @@ var ResetWithEscape = NewIntegrationTest(NewIntegrationTestArgs{
IsFocused().
PressEscape()
- t.Views().Information().Content(DoesNotContain("building patch"))
+ t.Views().Information().Content(DoesNotContain("Building patch"))
},
})