summaryrefslogtreecommitdiffstats
path: root/test/integration/staging/expected/three.txt
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-01-18 20:55:21 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-01-18 21:25:52 +1100
commitd7c79ba20b4c621c4a6c88dc3c63c0d80551e65e (patch)
treee6648408a50da3ba8328f88679c69437082884ee /test/integration/staging/expected/three.txt
parentb6fb7f13657435a789b39eabfc4414d2ec203588 (diff)
fix integration test which was actually asserting incorrect behaviour
Diffstat (limited to 'test/integration/staging/expected/three.txt')
-rw-r--r--test/integration/staging/expected/three.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/staging/expected/three.txt b/test/integration/staging/expected/three.txt
index 2a6e8cb28..3158e329a 100644
--- a/test/integration/staging/expected/three.txt
+++ b/test/integration/staging/expected/three.txt
@@ -15,8 +15,6 @@ import (
// list panel functions
-func (gui *Gui) getSelectednodeNode() *nodetree.nodeNode {
- selectedLine := gui.State.Panels.nodes.SelectedLineIdx
if selectedLine == -1 {
return nil
}