summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/stash
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-12-26 10:42:19 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-12-26 10:42:19 +1100
commitfa0414777fcf266a05b777e2e8b7d487fd56f376 (patch)
tree1d3f1f41841c97cc4372d92f10312cf24adb35e8 /pkg/integration/tests/stash
parent5d2584a1883df779d2ced5a3c44498a09179d83d (diff)
rename SelectedLine to CurrentLine in tests
Diffstat (limited to 'pkg/integration/tests/stash')
-rw-r--r--pkg/integration/tests/stash/rename.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/stash/rename.go b/pkg/integration/tests/stash/rename.go
index de5385a56..98b16f96a 100644
--- a/pkg/integration/tests/stash/rename.go
+++ b/pkg/integration/tests/stash/rename.go
@@ -31,6 +31,6 @@ var Rename = NewIntegrationTest(NewIntegrationTestArgs{
input.Prompt(Equals("Rename stash: stash@{1}"), " baz")
- assert.SelectedLine(Equals("On master: foo baz"))
+ assert.CurrentLine(Equals("On master: foo baz"))
},
})