mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-05-22 10:15:43 +02:00
fix integration test which was actually asserting incorrect behaviour
This commit is contained in:
Binary file not shown.
@@ -1,2 +1,2 @@
|
||||
0000000000000000000000000000000000000000 6806c569c7c063ec7ed3d16da3faa32a1622bb4b CI <CI@example.com> 1642402468 +1100 commit (initial): file1
|
||||
6806c569c7c063ec7ed3d16da3faa32a1622bb4b 4253d2597aec2a480a8e9054250e6b4aa5b76d9e CI <CI@example.com> 1642402495 +1100 commit: test
|
||||
0000000000000000000000000000000000000000 6f7e9e66f080162af7ebab016d02550145cfda66 CI <CI@example.com> 1642499582 +1100 commit (initial): file1
|
||||
6f7e9e66f080162af7ebab016d02550145cfda66 0b6860367a6e7794985007cadf0aaf04c801e59e CI <CI@example.com> 1642499609 +1100 commit: test
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
0000000000000000000000000000000000000000 6806c569c7c063ec7ed3d16da3faa32a1622bb4b CI <CI@example.com> 1642402468 +1100 commit (initial): file1
|
||||
6806c569c7c063ec7ed3d16da3faa32a1622bb4b 4253d2597aec2a480a8e9054250e6b4aa5b76d9e CI <CI@example.com> 1642402495 +1100 commit: test
|
||||
0000000000000000000000000000000000000000 6f7e9e66f080162af7ebab016d02550145cfda66 CI <CI@example.com> 1642499582 +1100 commit (initial): file1
|
||||
6f7e9e66f080162af7ebab016d02550145cfda66 0b6860367a6e7794985007cadf0aaf04c801e59e CI <CI@example.com> 1642499609 +1100 commit: test
|
||||
|
||||
BIN
Binary file not shown.
-2
@@ -1,2 +0,0 @@
|
||||
xŤÎA
|
||||
Â0@Q×9Eö‚d’Ě4�"BW=ĆL:AÁŘR#x|{·ź·řemíŃ-d8ő]Ő:Ě�H"%IYjN„<xŞ‘P”#c5ďúę–’Ł‚”ËP-�.aZ8TćŕČ{‘(†?ýľîvší8Í7ýrŰžz)k»Z čŁó1Ł=8gŽzLuý“›®ďn~!–9o
|
||||
-2
@@ -1,2 +0,0 @@
|
||||
x�ÍA
|
||||
Â0Fa×9Åì™I~B"BW=Æ$�`¡!R"x|{·�^émƒ¸ŒÃŒj6N*’BÈ€i䌘W®a¾ä(SR8ýŒW?h^è>/Oûj{ïv+½=H"<Ø#Ntavg='Ãþä®n»‰û¶¹+•
|
||||
BIN
Binary file not shown.
@@ -1 +1 @@
|
||||
4253d2597aec2a480a8e9054250e6b4aa5b76d9e
|
||||
0b6860367a6e7794985007cadf0aaf04c801e59e
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"description": "Staging a file line-by-line",
|
||||
"speed": 20
|
||||
"speed": 30
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user